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.
4mo ago·view thread
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.
4mo ago·view thread
comment
Vast majority of post critical of Israel get flagged as soon as they get enough traction
4mo ago·view thread
comment
State surveillance
4mo ago·view thread
comment
Why is US politics on HN?
4mo ago·view thread
comment
It likely is :). The participants jumped off of an airplane that was on the ground.
4mo ago·view thread
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…
4mo ago·view thread
comment
They could commit thumbnails linking to originals hosted on their website.
4mo ago·view thread
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…
5mo ago·view thread
comment
Is this a racist comment on how those "animals" like to breed like crazy?
6mo ago·view thread
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.
7mo ago·view thread
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 …
7mo ago·view thread
comment
He's not a native English speaker, for starters. But I like that he didn't fill that gap with an LLM.
7mo ago·view thread
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…
8mo ago·view thread
comment
Here's a version with a 3-way theme selector (light / system / dark) using radio inputs. https://codepen.io/abdus/pen/yyOQpvE …
8mo ago·view thread
comment
You can do without javascript. Checkbox `:checked` + `label` trick for toggling states still works. See: https://codepen.io/abdus/pen/bNpQqXv …
8mo ago·view thread
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)
8mo ago·view thread
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…
9mo ago·view thread
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
9mo ago·view thread
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...…
9mo ago·view thread
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.
9mo ago·view thread
comment
What the fuck. Does that mean alternative start menus (e.g. Stardock Start11) are provably faster & lighter on resources?
9mo ago·view thread