back
user profile
hebelehubele
572karma·148submissions·September 2, 2016
recent activity (148 total)
comment
Americans use more of everything. It's better to look at percentages than absolute values.
20 pts
comment
This is the default `fish` shell behavior. Type anything, up/down keys to iterate through full commands that containing the term; alt + up/down to iterate through args containing the term.
comment
Vast majority of post critical of Israel get flagged as soon as they get enough traction
comment
State surveillance
comment
Why is US politics on HN?
comment
It likely is :). The participants jumped off of an airplane that was on the ground.
comment
> Conclusions Parachute use did not reduce death or major traumatic injury when jumping from aircraft in the first randomized evaluation of this intervention. However, the trial was only able to en…
comment
They could commit thumbnails linking to originals hosted on their website.
comment
Full frame sensor = full frame lenses = heavy and expensive. You need something light that you want to carry with you. Otherwise what's the point of having the best medium format camera + lens th…
comment
Is this a racist comment on how those "animals" like to breed like crazy?
comment
I often go for `setInterval` over `MutationObserver` because it works and I don't need instant reactivity and I don't have to think too much about it.
comment
I always read that if you keep a phone plugged in for long periods of time, its battery will eventually fail and expand into a spicy pillow, which often deforms the frame, or worse, causes fires. The …
comment
He's not a native English speaker, for starters. But I like that he didn't fill that gap with an LLM.
comment
Agreed. I don't know anything about DLL hooks, but code looks like nonsense to me. It's trying to hook into a null pointer. #include <windows.h>
#include <detours.h>
s…
comment
Here's a version with a 3-way theme selector (light / system / dark) using radio inputs. https://codepen.io/abdus/pen/yyOQpvE …
comment
You can do without javascript. Checkbox `:checked` + `label` trick for toggling states still works. See: https://codepen.io/abdus/pen/bNpQqXv …
18 pts
comment
I also use the trick to insert new lookup paths. project_root = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, project_root)
comment
Is there a macOS equivalent of this? My use case is to generate subtitles for Youtube videos (downloaded using yt-dlp). Word-level accurracy is also nice to have, because I also translate them using L…
comment
The original title that I had to shorten for the submission: > Israel’s underground jail, where Palestinians are held without charge and never see daylight
12 pts
comment
This is the script that uses yt-dlp to print the English transcript. I pipe it to Simon Willison's `llm` tool. https://gist.github.com/abdusco/118a6a3ab41a0a1d2a5f8813f789...…
comment
For long videos, I have a script that fetches the transcript using yt-dlp and pipes it to an LLM for keypoints. If the content sounds interesting, I watch it; if not, I save 45 minutes.
comment
What the fuck. Does that mean alternative start menus (e.g. Stardock Start11) are provably faster & lighter on resources?