Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maho
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
maho
1mo ago
Which model best allows me to transcribe speech that uses a lot of domain-specific terms? For example, when I say "Claude Code", it often gets transcribed as "Cloud Code", and I have to go back and edit or do a second pa
2.
▲
by
maho
2mo ago
If a majority of users switch to ad-powered free tiers, a majority of users will see well-written, targeted advice that is ads (lies!) in disguise. This is a horrible future to consider. The more I think about it, the more I come to the con
3.
▲
by
maho
4mo ago
The author only compared output token costs -- but for typical agentic workloads, input tokens dominate the costs by a large margin. Running inference locally, input tokens are, to first order, free. (They only generate implicit costs throu
4.
▲
by
maho
5mo ago
+1 for introducing them as real-valued functions over cartesian coordinates! Typically, spherical harmonics are introduced as a complex function over spherical coordinates, which makes them much easier to derive, but imo hides their beauty.
5.
▲
by
maho
6mo ago
Relevant and fun read: The Website Obesity Crisis (2015) https://idlewords.com/talks/website_obesity.htm
6.
▲
by
maho
7mo ago
> At a pragmatic level, can't you say, hey here's something thats probably nothing, let's scan it again in 6 months If a doctor even _hints_ there might be cancer, the patient will have a terrible 6 months (with actual, me
7.
▲
by
maho
11mo ago
At $enterprise, we were just looking for a proper term that sets "responsible vibing" apart from "YOLO vibe coding". We landed on "agent assisted coding". It's a bit more technical. And it has a three-lett
8.
▲
by
maho
2y ago
Nice! I love how mermaid keeps getting better! For sequence-diagrams, nothing beats https://sequencediagram.org/ (I am not connected with them in any way, just a happy user)
9.
▲
by
maho
2y ago
I need this, but for heatpump noise. It's mostly broadband noise that can be simulated by simpler methods, but visualizing possible resonance patterns for the low-frequency emissions from the compressor (which typically runs at 20Hz, 4
10.
▲
by
maho
2y ago
The pronounciation of math symbols is hilarious, but not super useful. Prompt: "Give me Maxwell's equations".
11.
▲
by
maho
2y ago
I really like nools, which is a drools clone, but for JavaScript. It's fantastic for quick hacks and for getting to know how to write code for rule engines. Sadly, it is no longer maintained.
12.
▲
by
maho
3y ago
Let's say I want to have a somewhat genereric CRUD-app: A database, some application logic, a login system, logging/telemetry and a UI. What kind of stack should I use so that tools like Darwin (or just plain old copilot) can be m
13.
▲
by
maho
3y ago
This is insane. The project includes the hardware (GHz-capable RF-generation and measurement), firmware (FPGA) and Software (a cpp GUI). Surely that can't be all from one person?
14.
▲
by
maho
3y ago
Is there a way I can give feedback on wrong labels? The easy questions seem to be correct most (all?) of the time, but I noticed a few errors in the labelling of the complex question/answers. I would love to see this improve even furth
15.
▲
by
maho
3y ago
If memory serves correctly, Aldi Nord was one of the last big supermarket chains in Germany to introduce scanners at the registers (2003?), because their existing system was simply faster: Each item had a three-digit code, and all cashiers
16.
▲
by
maho
3y ago
After skimming the second paper, I still don't understand how precision mass measurements come into play here. They mention Cavendish-type measurements, but they are used for measuring the gravitational constant. Of course, you can tur
17.
▲
by
maho
3y ago
I really like https://sequencediagram.org/ - syntax is really close to PlantUML - it's rendered in the browser -> immediate feedback - great autocomplete and syntax-check in the code editor - great connection betwee
18.
▲
by
maho
3y ago
Note that the resistance of superconductors is 0 only for DC currents. The AC resistance is not 0 and typically gets larger for higher frequencies!
19.
▲
by
maho
3y ago
Making a GUI that is based on HTML and CSS and JS is also an... experience. I have some (ancient) experience in RAD. Once per year I try picking up React/Vue/Angular or whatever is the current fashion, but I get stuck. It's j
20.
▲
by
maho
3y ago
I love gooey: https://github.com/chriskiehl/Gooey It allows me to quickly slap a GUI on an existing script that accepts command-line-arguments. In the end, I get the best of both world: Discoverability from the GUI, au
21.
▲
by
maho
4y ago
For me it is a combination of age, having kids, having moved around, and general deterioration of the social fabric. Especially church-related events are mostly absent in my social circle. But boy am I glad that I took the decision to join
22.
▲
by
maho
7y ago
If the blue dots represent the data and if the yellow line represents the model -- doesn't the picture show an obviously bad fit?
23.
▲
by
maho
8y ago
I disagree: "Ax = b" is a statement. It does not need to be true. This is quite useful and often used for "proofs by contradiction".
24.
▲
by
maho
8y ago
But wouldn't this solution mean that once there is a small glitch in the system, say due to higher load than normal, there are 2x the requests and the system goes down completely? I don't mean to be negative of the solution, I am
25.
▲
by
maho
8y ago
There was another interesting publication about Alzheimer's Desease last week: It appears to be possible to detect the misfolded amyloid‐β protein in a blood sample many years before symptoms develop: http://embomolmed.embop
26.
▲
by
maho
9y ago
Worry not, dear author! Being mindful of your inner-ear health is certainly a good habit, but (moderate) hearing loss is not as scary as you might think. I have oteosclerosis with accompanying inner-ear damage after stapedectomy or -dotomy,
27.
▲
by
maho
9y ago
As indicated by your definition, the 3d-effect of a hologram arises from interference of a coherent light source. In the display that is shown in the video, the 3d-effect arises from light-emission (scattering) of a point source that move
28.
▲
by
maho
9y ago
Whenever I see pictures from the pre-WW1-era I marvel at the shoes people wore back then. From the outside they appear comfortable, sturdy, and elegant. I wonder which would be more comfortable to wear -- hand-made, customized shoes from a
29.
▲
by
maho
9y ago
The main interesting thing about a high-precision measurement of the proton's magnetic moment is to compare the result to the magnetic moment of the antiproton. Depending on your string theory of choice, you should be able to see a dif
30.
▲
by
maho
9y ago
Will the canvas mouse input lag also go down? I tried to program some small games once and noticed this was horrible on all my (Windows 7) desktop browsers. Just tried again using this demo [1] (not mine!), and now on Chrome it was OK. Edit
More ›