Comment on
Firefox is badly broken for me, and I've never been able to figure out why
I'd start by disabling the plugins one by one or a couple at a time to see if any of them might be the culprit
Comment on
Firefox is badly broken for me, and I've never been able to figure out why
I'd start by disabling the plugins one by one or a couple at a time to see if any of them might be the culprit
Comment on
Algebra in school is like a compiler with shitty type inference: you rarely have to write type annotations and you can easily end up with impossible states.
I agree, we need to rewrite it in rust
Comment on
Lemmy.world Admin Response to Defederation from Exploding Heads
Reply in thread
Imagine thinking only people in the US uses lemmy.world
Comment on
PHP is dead?
Reply in thread
Its like the C of web, it'll be a hundred years to kill it
Comment on
Seeing a lot of outdated apps being recommended, is that safe?
I am not sure what you mean with the repo archive being outdated, the latest commit was 30 minutes ago. Could you please tell us more what apps you are referring to and in what way you find the repo archive being outdated? Might be easier to answer your question that way.
Also bear in mind that its quite common for stable releases to be some time apart from each other. Florisboard for example had its latest release over a year ago, but is being actively maintained.
Comment on
Why does holywood shows cars and fire guitars when depicting apocalyptic climate change?
Reply in thread
Its wunderbar
Comment on
Best place to write and host a programming guide
I find dev.to nice
Comment on
Global solar installations projected to jump 56% this year!!
When I read this type of projections, be it energy, money or whatever, it is always the next year that is exploding in volume
Comment on
Work of art
Is this Kim Jong-Un?
Comment on
Compiling To Logic Gates
Reply in thread
The most low level languages, such as C, compiles down to CPU instructions, which still is way above logic gates. The CPU in turn reads the instructions and controls the computer to in a way "simulate" what could be described as a boolean expression -- at every CPU clock cycle. The next cycle the permutation of all control signals and computer compinents will be different. I highly doubt any programming language implementation has an IR that resembles what you are looking for, including mathematica. The closest you get is probably HDLs but then you need to do all the mathing yourself
Comment on
Raspberry Pi 4 replacement
Reply in thread
This guy took moores law and threw it out the window
Comment on
Figuring out ergonomics thanks to 3D printing
Hey I did a similar thing recently, even printed the pcb to get a feeling of dimensions etc
Comment on
Other dev won't follow best practices, is this common?
Sounds like he might be more senior in age than in skill
Comment on
Starting today Facebook must pay $100.000 to Norway each day for violating our right to privacy.
Reply in thread
Aka facegoomicrappama https://www.youtube.com/watch?v=2tQzCqkIQ60
Comment on
Why is the human option (-h) not default?
Reply in thread
I have the totally opposite opinion, since script writing is where I have a proper text editor with templates and snippets and other helpful tools. Its interactive commands at the terminal that I want to behave as much "human" as possible so I don't have to type so much
Comment on
You choose what instance you are on. Quit the pseudointellectual whining.
Reply in thread
How did I get here?
Comment on
I turned this touchscreen RP2040 into a touchpad.
Reply in thread
I guess if the available pins support i2c you could hook it up to a gpio expander
Comment on
atreyu rev2 by climent
The bracket keys in the middle, are they located to optimize for coding? If so, how do you find it?
Comment on
Will Lemmy ever add federated delete like mastodon
Not answering your Q but I see it as impossible to for sure know that you've deleted anything from the internet, implying that relying on such a function is fruitless
Comment on
Compiling To Logic Gates
Reply in thread
I can highly recommend you have a look at some HDL languages, eg Verilog can look roughly like your example and synthesizes down to logic elements