Skip Navigation
Tubbles Tubbles @lemmy.world
Posts 0
Comments 32
PHP is dead?
  • Its like the C of web, it'll be a hundred years to kill it

  • Compiling To Logic Gates
  • Another way could be to run that through a compiler with optimization activated, and then decompile the resulting binary back to code. But if you want to optimize hot code then usually mathematical reduction is seldomly wherein the problem lies

  • Compiling To Logic Gates
  • 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

  • Compiling To Logic Gates
  • 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

  • Compiling To Logic Gates
  • Another newcomer is Amaranth HDL which might be more approachable and transpiles to VHDL

  • graceful degradation: the opposite of planned obsolescence
  • This cannot work since both double and tripple As has the same voltage, and thus does not have a difference in light output. What we'd instead be looking at here is the battery/ies being drained faster the fewer there are of them. But yeah having it work no matter the amount of batteries installed is a neat idea

  • 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

  • Why is the human option (-h) not default?
  • 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

  • The juriform36 - my first delf designed keyboard
  • What trackpad is that? Really neat build!

  • Dealing with cops be like
  • I don't get why you're heavily downvoted

  • The monkeyboard, custom made with Ergogen
  • Instead of using xmodmap et al I have opted for using 'english international' as keyboard layout and relying on altgr layer to reach the swedish letters I need. Unless I am mistaken the french letters should be there as well. One big benefit of that is its available and works the same for both windows and linux

  • Piantor travel case
  • What is that ring around the usb c socket?

  • 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

  • Work of art
  • Is this Kim Jong-Un?

  • Raspberry Pi 4 replacement
  • This guy took moores law and threw it out the window

  • 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.