blikdak's comments

blikdak | 4 months ago | on: Tell HN: X is opening any tweet link in a webview whether you press it or not

What bugs me is the sheer number of people, and organisations, who still link to images and video or '1/20' long screeds on twitter, while the next article on their own site is bitching about how bad twatter/owner/politics etc is. Seriously if a site, blog, forum etc you know ever links to twitter then just stop interaction with them, they're lazy mofos need to do their own groundwork.

blikdak | 7 months ago | on: Replacing tmux in my dev workflow

I dunno what mess they got into with basic tumx use but yeah, just re-assign your ctrl^ key between local and remote and change your cursor and border colour you are fine. Scrollback on Windows, even using Terminal or Putty is, to me, a fail. Tell me 'cause it's a huge problem for me.

blikdak | 2 years ago | on: Why Europe is dismantling its dams

A dam is many things; is it for generating electricity? Is it political or ideological? Does it give a geographical advantage? Is it extortionate? Is it for drinking water? Is it beavers? This thing doesn't explain what it thinks a dam is.

blikdak | 3 years ago | on: Ask HN: Should a professional software dev know how many bits go in a byte?

Yes. Try adding 1 to a number which is already (in binary) all '1's. If you don't know the size of a byte, or an 'int' or a 'long int' etc for the language you are using you will be mystified why it is now 0, or maybe some other number your language decided was sensible to use (signed vs. unsigned etc). Then extrapolate that times 100 when dealing with floating point etc and presenting a sensible total in your shopping cart web app. If you don't know this stuff learn it or stay away from programming.

blikdak | 4 years ago | on: Renesas enters FPGA market with the first ultra-low-power, low-cost family

I just ran a synthesis of their include demo Blinky and it ended with:

End of script. Logfile hash: 00b456ea46, CPU: user 3.19s system 0.13s Yosys 0.10.0 (git sha1 a743417f0, clang 12.0.0 -fPIC -Os) Time spent: 63% 17x read_verilog (2 sec), 6% 1x synth_xilinx (0 sec), ...

11/21/21 12:03 PM > Finished running Yosys with status: 0

(!!!)

page 1