HN user

nippoo

1,844 karma

[ my public key: https://keybase.io/nippoo; my proof: https://keybase.io/nippoo/sigs/8htOA2-XLMrtummPkDEA_XrN9tlJck6shb19gnySXBs ]

email: [username]@[username] .net

Posts26
Comments183
View on HN
lcamtuf.substack.com 2mo ago

A breakthrough in C/C++ dependency management

nippoo
5pts0
conradgodfrey.com 2y ago

Grep Britain: visualise cities, towns, villages and hamlets

nippoo
6pts3
wiki.scummvm.org 2y ago

ScummVM: Reimplementing Classic Games from Scratch

nippoo
2pts0
www.phoronix.com 3y ago

Intel Thunder Bay is officially canceled, Linux driver code to be removed

nippoo
115pts51
twitter.com 3y ago

Seeing Beyond the Brain: fMRI Vision Decoding

nippoo
11pts1
www.backblaze.com 3y ago

The Storage Pod Story

nippoo
2pts1
news.ycombinator.com 4y ago

Ask HN: Best Low-Addictive Phone?

nippoo
3pts5
worldview.space 4y ago

Worldview – flights to 100,000ft for $50k

nippoo
2pts0
nationalinterest.org 4y ago

In 1955, the US Air Force caused a nationwide bug spray shortage

nippoo
2pts0
twitter.com 5y ago

“So this just happened.”

nippoo
4pts1
www.raspberrypi.org 5y ago

Raspberry Pi Pico

nippoo
2pts0
www.washingtonpost.com 5y ago

Misinformation dropped dramatically the week after Twitter banned Trump

nippoo
10pts5
en.wikipedia.org 5y ago

Pandanus Language

nippoo
2pts0
bigthink.com 5y ago

Finnish company makes food appear from thin air

nippoo
16pts5
www.macrumors.com 5y ago

MagSafe only charges at full speed with 20W charger

nippoo
6pts0
tyler.io 6y ago

A brute-force approach to getting around macOS's security UI

nippoo
1pts0
en.wikipedia.org 6y ago

Don't-care term

nippoo
1pts0
m.hexus.net 6y ago

Intel announces Thunderbolt 4

nippoo
4pts0
textsynth.org 6y ago

TextSynth – GPT-2 1.5B online synthesiser

nippoo
2pts0
spectrum.ieee.org 7y ago

NwAvGuy: The Audio Genius Who Vanished (2014)

nippoo
2pts0
www.gamesindustry.biz 7y ago

ThinkGeek closes website, moves in with GameStop

nippoo
19pts6
news.ycombinator.com 8y ago

Ask HN: Best distraction-free phone platform?

nippoo
2pts0
www.veertu.com 10y ago

Veertu – native Mac virtualization available on the App Store

nippoo
10pts7
cyrille.rossant.net 10y ago

Moving away from HDF5

nippoo
116pts63
wathifi.com 10y ago

Wat Hifi – “Pseudoscientific wank from the pages of audiophile magazines”

nippoo
1pts0
arxiv.org 11y ago

The Effects of Moore’s Law and Slacking on Large Computations [1999] [pdf]

nippoo
11pts0

Great analogy. Li-ion batteries have several layers of defense against exploding, one of which are vents that, if all else fails, let the hydrogen gas safely escape rather than building up. It's perfectly fair for independent testers to say "we haven't found any flaws in the protection circuitry yet, but we should bypass it to see if the vents work as designed".

Except scratch cards are a guaranteed statistical loss. Trading cards, if you're skilled and know what you're doing, can be a sensible side-income.

It's the difference between poker and roulette...

I hate soldering 2 months ago

To each their own. I find soldering (with a nice iron!) very therapeutic, much like knitting. I'll put on a good album or catch up with some friends on the phone.

If you're impatient, plenty of fab houses (like JLCPCB) will do all the soldering for you, for about 0.1 cents per SMD joint or 2 cents per THT joint...

That's effectively time-based request sharding which seems sensible but you'd still have to reconcile trades and any open positions (etc) across the time boundary where one system stops accepting requests and the other one starts. And keep the databases synchronous (ie have some system to make sure they're in sync at the changeover time) - or have a few minutes/hours of downtime between weekends and weekdays while you copy the whole production database from one system to another. The devil is in the details!

I can't find the original source, but I remember reading a study showing that this rise was closely correlated to states which had legalised or loosened laws on gambling!

Above 400MHz or so, the on-die/on-chip capacitance starts being the most important thing (you're going to have inductance through the legs or balls of the chip).

Putting your decoupling capacitors next to the power pins _does_ cost. Not just in board space, but I've seen and reviewed layouts where the signal traces had to snake around decoupling caps or in some cases through vias because the designer believes that putting the caps close to the pins was the most important thing...

This is probably a good place to debunk the usual wisdom that "decoupling capacitors must be placed very close to the IC pins". If you're using a solid power plane, rather than routing power through traces (and honestly 4/6 layer boards are cheap enough these days) it really doesn't matter where you place decoupling capacitors for most uses - keep the via traces short or ideally in the pad, and you can put all your decoupling capacitors in one place on the boards a way away from the chip and focus on good routing of your signals. Figure 15 on this paper (and the whole paper!) explains it well: https://scholarsmine.mst.edu/cgi/viewcontent.cgi?article=221...

So, the concentration is 1000x less than the carcinogenic threshold in mice, and it's possible that our carcinogenic threshold is even higher than that, but the advice is "be careful how you store your potatoes and don't fry them too much and don't eat charred toast"? Surely the correct response is "it's probably totally fine"

"I went through about a dozen AI tools I've personally authorized in the last year after reading this. Nine of them have Google Workspace OAuth permissions that include reading all emails and accessing all Drive files. Nine. I authorized every one of them without reading the permissions because the onboarding flow asked and I was in a hurry."

Do other (tech-literate) people do this?! Giving anything access to my emails and Google Drive would keep me up at night and I try and be very granular with permissions and revoke them when I don't use an app any more. I would assume that anything confidential/NDA in my emails had been compromised and leaked well before this point!

It's hard to avoid, but there are steps we can make towards fixing it. I spent years in academia building open-source data processing pipelines for neuroscience data and helping other researchers do the same. Most quantitative research goes through "lossy" steps between raw data and final results involving Excel spreadsheets, one-off MATLAB commands, copy pasting the results, etc.

In a lot of cases (where data is being collected by humans with a tape measure, say) there is room for error. But one of the things that's getting traction in some fields is open-source publication of both raw datasets and the evaluation/processing methods (in a Jupyter Notebook, say) in a way that lets other people run their analysis on your data, your analysis on their data, or at least re-run your start-to-finish pipeline and look for errors!

As is often the case, the holdups are mostly political: methods papers are less prestigious than the "real science" ones, and it takes journals / funders to mandate these things and provide funding/hosting for datasets for 10+ years, etc - researchers are a time-poor bunch and often won't do things unless there's an incentive to!

I'm always curious what RoI analysis goes into this kind of decision - whether to leave on-prem and join the cloud, or vice versa. The numbers always seem huge, and in opposite directions. "Moving from onsite datacenters to AWS saved us $2m/year!"

Has something changed with AWS' pricing recently, have their business needs changed over the years, or were the calculations (to use AWS) just wrong to begin with?

This is called a "series hybrid" rather than the more common "parallel hybrid" (eg Toyota Prius) and has been around for a while, including the BMW i3 with range extender (and London buses, and various other vehicles!). It's more expensive largely because the battery pack needs to be sized much larger to be able to provide enough current for all propulsion / regen. On the other hand, the combustion engine can be undersized and run at its most efficient RPM continuously - the BMW range extender is a 600cc little scooter engine that can provide enough power for continuous highway driving.

1D Chess 3 months ago

If you play the game, you realise this ends up in stalemate.

We hire a senior Paid Ads Specialist. They set up a dedicated work account, which, by the way, is standard professional practice.

It's not "standard professional practice". It's explicitly against Meta's TOS.

This kind of thing, widely implemented, would be a game-changer for dealing with assets after someone's death! I maintain my family's IT infrastructure (Google Enterprise admin, webserver etc) and I've been tempted to write down 1/4 of my password manager root password and give it to each of my family members - but then we run into the problem where if any one of them loses their shard, it's unrecoverable. Some kind of ECC would be great - ideally where I could print it out onto various bits of paper with a user-definable redundancy, or better still, some kind of reciprocal system where (say) 8/10 members of a trusted friend group/family ring could unlock any other member's password...

A lot of tests are designed as regression prevention. You know the system is working as designed, but what if somebody comes along and changes the Fibonacci function to compute much more efficiently (and, in the process, makes some arithmetic errors?).