Well the jar does run on multiple platforms now.
Well the jar does run on multiple platforms now.
You write a nix derivation that decares it needs python and then runs the makefile. Then you can add the derivation to your configuration.nix (or temporary request it in a nix-shell).
I open search.nixos.org at least 3 times a day. This will be appreaciated. But it needs an alias, im not typing that.
It feels like the last language one will need to learn.
It has an improved C-style syntax (if statement is similar to if expression), it has algebraic type system (enums can contain nested data) and 99.9% of the time you can write in safe mode where you are guaranteed not to segfault.
I consider Redis a perfect piece of software. No need for replacement.
In my experience, the most readable response format are replys on some link aggregator (lemmy, hn, …) and a link to that thread in the original post.
Woah, the landing page looks like some unfinished Wordpress template and the forge itself looks 15years old. Nothing wrong, with the former, I just don’t like the style.
You, my friend, should try EdgeDB. A database and an ORM in one.
When you change the data model, you can get to 100%, which you say is impossible for ORMs
Barges into a lemmy thread
Gives a strong, but quite abstract opinion criticizing abstractions
Refuses to elaborate further
I have a convention to correlate the size of variable scope with its name length.
If a variable is used all over the program, it will be named “response”. If it is <15 lines, then it can be “res”. If it is less than 3 lines, it can be only “r”.
This makes reading code a bit simpler, because it makes unimportant, local vars short and unnoticeable.
Because when you divide by zero and get a runtime error, the error will point you to location in SQL, not PRQL.
It’s like if an error in a C++ program would point you to an offset in a binary and not the location in the source. This has a slight tone of sarcasm, because that’s how compiled languages used to work. But after the years, they patched all leaks of their abstraction and now you are dealing just with the new language.
Cool. Any idea how would i use this with rustc?
What’s up with the cartoon characters on this blog?
I’ve seen a few posts and they are generally of decent quality and technical contents, but I’m a bit weirded out by the children’s illustrations.
I prefer the pomsky syntax. https://pomsky-lang.org/
I agree on basically all points. Great article, nicely explained.
Ok, I wasn’t clear: you can now run a single compiled binary on multiple platforms/architectures/operating systems.
But yea, rip performance, probably.