

This reminds me of the story of engineering students who wanted to test their parachute on the bunny mascot of their department. They threw the poor lagomorph from the top of a building.
The parachute held, the lil guy’s heart did not.
This reminds me of the story of engineering students who wanted to test their parachute on the bunny mascot of their department. They threw the poor lagomorph from the top of a building.
The parachute held, the lil guy’s heart did not.
I am amazed that the name “Pierre” (also french for stone) litterally comes from the greek for “rock”
I dislike treating None as an equivalent for the empy list, but that does not further the discussion…
I hurt myself in confusion while reading the second quote. Is it the right quote? (also, nazi (relating to the nsdap) is probably not the right word, did you mean fascist?)
I agree. So if None is a valid input we should check it first, and then check if the length is zero. In this situation, we see a type error only if the programmer screwed up and everything is explicit
I don’t really understand the point about exceptions. Yeah “not foo” cannot throw an exception. But the program should crash if an invalid input is provided. If the function expects an optional[list] it should be provided with either a list or None, nothing else.
Passing None to a function expecting a list is the error…
Well, in your case it is not clear whether you intended to branch in the variable foo being None, or on the list being empty which is semantically very different…
Thats why it’s better to explicitly express whether you want an empty collection (len = 0) or a None value.
I really dislike using boolean operators on anything that is not a boolean. I recently made an esception to my rule and got punished… Yeah it is skill issue on my part that I tried to check that a variable equal to 0 was not None using “if variable…”. But many programming rules are there to avoid bugs caused by this kind of inattention.
I had never heard of Democracy Manifest before coming to lemmy. I am loving this subculture in strad of reddit’s
40-14 is also off by half a year, dang
Yeah, the fact that Putin is not really pushing for a ceasefire means that they are not as out-of-stock as the headline suggests…
Swiss plugs are the best. I won’t be neutral on this !
Use a spoon/fork to direct the flow, the liquid will follow the surface of the spoon, not that of the container
Great article I think. I don’t have a lot of experience in zig, but I feel like it’s just a better version of C. More specifically, C with a more modern synthax, better defined behaviour, better error handling. As the author highlights it, using the comptime and reflection to make generics can easily become a footgun and make the code messy. But hey, having the option to make generic code is still better than C.
This is so terrifyingly close to what we see in the US… Is this an accurate representation of the historical facts? Is this really not historical manipulation to sound like what is happening today? I cannot discern truth from lies here :'(
I have my anti-confirmation-bias-bias activating strong while reading this article
edit: raising suspicion is that I could not find evidence that nazis used “draining the swamp” refering to the parliament
Unless your encoding has a special value that, by definition, is euler’s constant :p
Rocks are literally brighter than that person :p
I can follow you around and make sure that your beer, bread, wine, meat and sausages are edible… To ensure you don’t get food poisoning ofc!
Fun that this is brought up at this time. Just a few days ago I tried to program the programable thermostat of my grandma. I am convinced that the thing has a bug making it impossible to select a schedule… It has a lot of buttons and a screen, but due to a minuscule mistake in the interface it’s no better than a temperature slider…
As a graduate from good university in computer science who is struggling to find a job. Go learn something that can be aided by code, but don’t make code the center of your career…