Apparently, there is even a movie about this joke… https://en.wikipedia.org/wiki/404_(film)
Feyter
- 1 Post
- 37 Comments
No one can exit vim. It’s simply not possible.
There are even legends that the devil himself was onced tricked into opening vim and is stuck there since.
Feyter@programming.devMto
Programmer Humor@programming.dev•I Learned Rust In 24 Hours To Eat Free Pizza Morally
10·1 year agoPlease, someone make a movie out of it!
Feyter@programming.devMto
Programmer Humor@programming.dev•AI will never replace coders
151·1 year agoThe difference between AI and Coder:
The Coder fixes it’s errors. AI is just pretending everything would just run fine.
Out of context, but this video showing the amount of freshwater on the planet in perspective was eye opening for me… I see water availability different since.
I feel like the LLM guy should be the psycho doctor doing unethical experience with the clinic patients…
Feyter@programming.devto
Technology@lemmy.ml•ChatGPT’s Political Views Are Shifting Right, a New Analysis Finds
21·1 year agoReally? If you ask them the question from the German Whal-O-mat the answers are something like 80% left-party and Greens…
So perhaps the study influenced the outcome because of the selected questions?
Feyter@programming.devto
Technology@lemmy.ml•Focus: DeepSeek gives Europe's tech firms a chance to catch up in global AI race
2·2 years agoOk… Novo AI sounds like the perfect AI scam Startup to me. What are those guys actually doing with deepseek?
I was just thinking the other day… Someone should make a move from the Struwwelpeter Book. PEGI 18
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
11·2 years agoNo my initial point is, that if you are boarding with how to setup a VPN you are probably not the main user that TikTok is generating money from.
Plus companies will probably not use a platform that is banned in a country to target people in that country.
And plus if you are willing to just Google or look up a single video tutorial about what a VPN is or how to set it up you are probably above of the average Internet user today.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
22·2 years agoThat’s exactly what I just said? My grandma could just do it. That’s no effort at all. Still so many people refuse to do just one little extra step or think about why something is not working anymore. That’s just reality.
If people start questioning those things that would be a good thing. And again people not using a VPN is not my main argument here.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
26·2 years agoMeanwhile people still arguing Fedivers will never succeed because it’s to complicated to pick a server :D
If someone goes the extra mile to get informed about and use a VPN, this person is no longer the average user of TikTok. I’m sure everyone including a 90 years old grandma is able to setup and use a VPN on it’s own, put it requires a change in mind that definitely impacts you behavior online for the better. So again would be a Win.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
57·2 years agoIt’s directly controlled by Chinese government so please don’t tell me TikTok would be out of reach… maybe for US Government :D It is only effective in spreading stuff that CCP supports or doesn’t effect them.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
16·2 years agoJust because it’s much more common in those countries compared to USA or Europe to use a VPN it doesn’t mean the average user there is actually using them. If there are even regions where it’s forbidden to use a VPN (than that’s highly concerning more than a TikTok ban or anything else!) it’s even more unlikely the average user will have VPN access.
And again all of my other points I think are much more important in that thought process.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
78·2 years agoSorry to say that but that sounds like a “Hitler built the Autobahn” argument for me. Don’t be fooled TikTok is highly controlled and influenced by the Chinese government. Yes TikTok is promoting the oppression of the Palestinian people because this topic coincidentally proved to be quite effective in supporting Chinese government agenda and distract from their own problems. The voices of other oppressed people are still silenced on that very same platform, see almost every inner chines dispute.
And it’s not that TikTok would be the only platform that Palestinian voices could be and are actually heard. You can speak about this on almost every other platform. Plus: if all this people would just leave TikTok and use the Fidivers instead this would be a double win for everyone including the other oppressed voices on TikTok.
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
26·2 years agoYet, despite that, it’s working as one. Effectively No it don’t! It is a platform designed to get peoples attention and forward it to a scam add. Everything that goes beyond surface level is not suited for this platform and sorted out and even worst it’s highly controlled by the chines government. This is not a platform for political discussion and public dispute. Maybe people think they could use it for that but that’s a big mistake!
Feyter@programming.devto
Technology@lemmy.ml•French Tiktok ban makes VPN usage soar in New Caledonia
218·2 years agoIDK is the average TikTok user really installing VPN software on it’s phone? And if something is banned in a country companies are far less likely to put in effort in it.
So even if people can still use it, technically, TikTok lifes of selling scam shit to people… If you have the skills to install a VPN your probably also not falling for that stuff.
I actually see that as a win. TikTok is not a platform for political discussion or private communication (by design) so I don’t hate the idea of it getting banned.
Feyter@programming.devto
Technology@lemmy.ml•Why Peertube is important and internet users *should* use it whether how much or little the use of it is over Youtube
2·3 years agoI started a small YouTube channel about game dev stuff and I find it increasingly annoying as a creator.
Seeing ads when I just want to look up one thing from my own video, no possibly to switch out a video when I detect an mistake…
I already created a PeerTube channel and will most probably use this mainly.
To be fair this is not a Reddit thing and it can be found in the fediverse too. I can remember some of such situations where a person just posted wrong stuff but in a very confident way. I was able to prove him wrong later but nobody cared anymore.

I try to add something to the understand.
Especially in old games, the program code (what happens if you press a button, what happen if your health bar goes to zero…) is often handled in the same memory structure as the game data (sprites, your entered player name, you inventory…) If you glitch a function that should edit a memory block of game data (e.g. reduce the players money or rename a Pokémon) to do it’s operation on a program code block instead, you can reprogram the game while you are playing it and even make it a different game.
A different famous example is Super Mario Land. If you glitch trough the level borders the game is displaying all kind of data (game data and program code) as level blocks that you can walk on. Some of those level blocks are distructable, which is setting this memory block to a different value. By carefully destructing the correct blocks, you can change things like how many life’s you have. But if you hit a wrong block, the game will potentially crash because you changed the program code to something that doesn’t make sense.