Hacker News new | past | comments | ask | show | jobs | submit | more tym0's comments login

I may be wrong here but I always thought that 1080p at 24" is about the same dpi as 1440p at 27"


1440p at 31.5" is around the same dpi.


And the top 5 earners for CS:GO are all Astralis players.


Right, I have the same problem with my PC, guess I'll look for those hacks.


There was also a "ewallet" card in France when I was a teenager, but it was mostly targeted at children and senior. Now I'm wondering if it was a true offline card or not.

Edit:

Can't find technical details on Wikipedia[0] but the fact that funds could be added online indicate it wasn't offline? I would love if someone here worked on it then.

[0] https://fr.wikipedia.org/wiki/Moneo


There's a Clojure for Dart I believe.



yes, though it doesn’t yet have a REPL but the hot reloading works great


Hmmm, interesting I use ctrl-space as my tmux prefix in WSL2 without issue.


He's also got six fingers on his right hand and his index finger on the left hand is way too long.


Doubly interesting knowing that both their engines are descendants of Source.


See micro as well for a terminal editor with GUI-like bindings.


https://micro-editor.github.io/

It's being actively developed. I wish it replaced Nano, Pico, etc


The main problem with that is awk breaks down as soon as you have comma in your csv's data. There is frawk if you want to process csv with awk.


Apparently FPAT declaration resolves this

https://stackoverflow.com/a/43478468


FPAT will get you pretty far, for instances where FPAT doesn't quite cut it gawk-csv is included in gawkextlib.


old school programmer thoughts on 'work around commas in cvs data using awk/gawk programming language':

Instead of using awk/gawk straight up/out of the box, can code/program awk/gawk or use non-awk/gawk stuff to convert to different format to work around issue.

[edit this when have simple working example:

edit1: one non-awk/gawk way to avoid the cvs comma issue would be to use jq to convert column data to different format.

]


GoAWK also has a CSV/TSV reading mode.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: