• 0 Posts
  • 39 Comments
Joined 8 months ago
cake
Cake day: September 22nd, 2025

help-circle
  • ivn@tarte.nuage-libre.frtoPrivacy@lemmy.mlAnyone tried Geph VPN ?
    link
    fedilink
    Français
    arrow-up
    1
    ·
    37 minutes ago

    Depends on why you need a VPN for.

    I don’t know them but they seems to be from Estonia marketing themselves for evading censorship. Are you in a country that censor VPN? If not why do you think the tradeoff might be worth? The 2 hops should have an impact on bandwidth and latency and there is probably no port forwarding.

    Using a VPN is just moving your trust from your ISP to the VPN. Why would you trust a VPN you know nothing about giving them access to all your internet traffic?


  • I hope you’re right but I can assure you our government is very good at making grand announces not followed by anything, or even by the opposite. Also our far right, which might very well win the next election, is very much pro-Trump.

    Our education ministry keeps signing huge Microsoft contracts, our health data is stored by Microsoft, our intelligence agency use Palantir, our government is mostly on X… I’m forgetting a lot of other things. They are also pushing hard for regulations against privacy, weakening encryption, chat-control…

    There are some small nice things here and there like our Gendarmerie using Ubuntu, the DINUM making a lot of open-source tools… But it’s really a drop in the water.



  • That article is trash. Ministries have only been asked to come up with a plan of what’s possible to do to switch but I highly doubt most will switch. The education ministry recently renewed it’s Microsoft contract and I don’t think there is anything enforcing a switch, it’s only a “please look at what could be possible” thing. The only thing switching for sure is the DINUM, about 250 people, a lot of them already using Linux. But this is the start of an experiment where they are building some NixOS configurations that could be used if a larger switch was to happen. Believe it or not, they NixOS configs are names Sécurix and Bureautix.


  • Nah, the article is trash. There is no law, ministries have been asked to come up with a plan of what’s possible to do to switch but I highly doubt most will switch. The education ministry recently renewed it’s Microsoft contract and I don’t think there is anything enforcing a switch, it’s only a “please look at what could be possible” thing. The only thing switching for sure is the DINUM, about 250 people, a lot of them already using Linux. But this is the start of an experiment where they are building some NixOS configurations that could be used if a larger switch was to happen.




  • There is nothing that indicates that Anthropic’s AI is used to analyze data, I’m not saying it’s not, just that we don’t know. I’m going to quote a smaller section of a quote I made earlier of the same Guardian article:

    In late 2024, years after the core system was operational, Palantir added an LLM layer – this is where Claude sits – that lets analysts search and summarise intelligence reports in plain English.

    But the term AI is an issue here, there are multiple, of different kind, made by different companies. There is AI used for targeting, no doubt, but it’s not Claude, it’s Maven and some other subcomponents. The fact that Anthropic joined the project late, after it was already operational, is a good hint that they do not bring a core feature, but that’s only speculation.





  • I suggest you read the article.

    The AI underneath the interface is not a language model, or at least the AI that counts is not. The core technologies are the same basic systems that recognise your cat in a photo library or let a self-driving car combine its camera, radar and lidar into a single picture of the road, applied here to drone footage, radar and satellite imagery of military targets. They predate large language models by years. Neither Claude nor any other LLMs detects targets, processes radar, fuses sensor data or pairs weapons to targets. LLMs are late additions to Palantir’s ecosystem. In late 2024, years after the core system was operational, Palantir added an LLM layer – this is where Claude sits – that lets analysts search and summarise intelligence reports in plain English. But the language model was never what mattered about this system.






  • ivn@tarte.nuage-libre.frtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    45
    arrow-down
    1
    ·
    2 months ago

    NixOS so I can keep my config in git. I have a single nix config for all my machines (desktop, laptop and server) so I can share configuration between them. I use it to configure both my system and my user config, my dotfiles, with home-manager. Even my neovim config is in nix thanks to nixvim.

    I don’t think I could go back now. It can be a bit of a pain from time to time and the learning curve is steep but it has so many advantages. Being able to rollback between config versions (called generations), having a consistent config between my machines, having it all in version control… The repo have so many packages and when there is a module it’s really easy to add a service. Writing new packages (derivations) and modules is also not that hard. It can be as simple as calling nix-init.

    Had my main ssd fail on me a few month back and it was very simple to just replay the config and just get everything working as before. I only had to do the partitioning by hand (it can be done by nix but I’ve not gotten around to it yet). That’s why I only backup data and home partitions, not system partitions.