Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mharig
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mharig
2y ago
I found that today "bare metal" is used equivalent to "non-cloud". I think this is pathetic.
2.
▲
by
mharig
2y ago
There is art in science, too.
3.
▲
by
mharig
2y ago
Do not forget mobility.
4.
▲
by
mharig
2y ago
Nobody is mentioning the elephant in the room: for sure many of the pagers where brought aboard commercial flights. So Israel seems to have an explosive that cannot be detected by the airport security, or they can confine usual explosives i
5.
▲
by
mharig
2y ago
sqlite-rsync is on the road.
6.
▲
by
mharig
2y ago
For the non-GUI guys there is visidata. https://www.visidata.org/
7.
▲
by
mharig
2y ago
Thanks a lot. I had a suspicion about bring shadowbanned, but couldn't prove it.
8.
▲
by
mharig
2y ago
The new solid electrolyte batteries have around 450 Wh/kg, the old liquid electrolyte ones around 270 Wh/kg. Or less for LFP.
9.
▲
by
mharig
2y ago
> Can’t we just store some data on disk and read / write from it when we need to? (Spoiler: no.) I disagree. SQLite does a good job in uniting the 2 worlds: complex SQL queries with excellent data consistency and simple file(s). Alt
10.
▲
by
mharig
2y ago
Hint: TODO lists are just stripped down Kanban boards. Maybe someone will find e.g. clikan more useful.
11.
▲
by
mharig
2y ago
> and the mix is always better. Mixing races or cultures is like mixing many colours: at the beginning you get interesting patterns, then a boring uniform brown.
12.
▲
by
mharig
2y ago
Continental Europeans have very bad experiences with British tourists. I really like Brits, but just if they stay on their Islands. And I am quite sure I get support from around a 100 Million dead guys from India. Turks are a very big commu
13.
▲
by
mharig
2y ago
We Butter the Bread with Butter
14.
▲
by
mharig
2y ago
Search for a partner who kicks you in the ass. And if your memory problems do not have genetic or other physiological causes, do physical exercises and try diets. If a keto-like diet does not work, try a carbo rich one.
15.
▲
by
mharig
2y ago
I do not like that Python does not allow tz-naive time to be interpreted as UTC, which does not need a timezone. So you have to waste space by using a tz-aware format or you have to add the TZ +00 manually in some way.
16.
▲
by
mharig
2y ago
If an app needs a DB anyway, has ZeroMQ then advantages over a DB based MQ, like PostgreSQL LISTEN/NOTIFY or SQLite with update_hook? Did anybody compare throughput/latency for these approaches? Edit: ... for the basic zmq pattern
17.
▲
by
mharig
2y ago
My 2 €cents from a limited and outdated experience with visual programming tools: 1. Screens have limited size and resolution, and the limits get hit rather fast. The problem can be pushed away by zooming, by maybe an order of magnitude, bu
18.
▲
by
mharig
2y ago
In my body, a Benzodiazepine cessation causes a drop of the blood pressure to around 70/30 for a few days. Kept me in bed.
19.
▲
by
mharig
2y ago
Just talking about the types: I found them more helpful than the Big Five. But there is definitively missing "Type 0: Ape: I follow". And I do not think that a person fits just one type. They are more, like the Big Five, traits wi
20.
▲
by
mharig
2y ago
I made a CLI password manager with Python. It uses PBKDF2HMAC and Fernet to encrypt a SQLite DB.
21.
▲
by
mharig
2y ago
"Something seems to have happened around 50,000 years ago, shortly after which all other species of human such as Neanderthals and the so-called Hobbit died out." Isn't the current estimate, that Neanderhals and Danisovans di
22.
▲
by
mharig
2y ago
You forgot one thing: data entry. It is far more convenient to type tabular data in a spreadsheet app than in a REPL. I use it for simple SQL data, too. As Python coder I use visidata. Provides also fast and convenient aggregations etc. And
23.
▲
New insights: Barbegal water mills
(sciencedaily.com)
26 points
by
mharig
2y ago
|
2 comments
24.
▲
by
mharig
2y ago
Thanks for your kind words. Could you please show me the sentence or paragraph in the guidelines where 'post like this' is mentioned? Or must I assume that because this is an anglosaxon site, automatically the political correctnes
25.
▲
by
mharig
2y ago
I live now for a decade in a country where traffic lights are just a non-binding recommendation, and I never got almost killed or even hurt for that. You just have to drive slowly and watch and communicate with the other traffic participant
26.
▲
by
mharig
2y ago
Adam Frater titles it with 'mobility'. I love his 'Improve your Calisthenics in 5 Minutes' vid.
27.
▲
by
mharig
2y ago
Anywhere Windows binary? My mother and her dog cannot build from source. But I appreciate your work.
28.
▲
by
mharig
2y ago
2 YT channels I like: The stayflexy guy and Adam Frater. The former even cites scientific studies.
29.
▲
by
mharig
2y ago
1. Pickling is, as already mentioned by a cocommenter, slow. Do not use it. 2. Do not use loops, use itertools. (Python 3.12 got a nice 'batched' function, btw.) 3. Preallocate memory, where possible. 4. multiprocessing.shared_mem
30.
▲
by
mharig
2y ago
You didn't get the gist of the article: many constraints are artificial or plain mental. And you have to think outside the worn trousers to determine where that is the case.
More ›