HN user

seanhunter

14,901 karma
Posts54
Comments3,626
View on HN
www.theguardian.com 27d ago

NASA rover detects potential signatures of ancient microbial life on Mars

seanhunter
8pts1
www.theregister.com 1mo ago

Meta to give staff 30min breaks from keylogging

seanhunter
3pts1
fingfx.thomsonreuters.com 4mo ago

Encyclopedia Brittanica and Merriam-Webster vs OpenAI [pdf]

seanhunter
1pts0
www.theguardian.com 5mo ago

Shigeru Ban on building cathedrals and quake shelters with paper

seanhunter
1pts0
www.theregister.com 7mo ago

Parachutists told to check software after jumper dangled from a plane

seanhunter
1pts1
www.bbc.co.uk 8mo ago

British hacker must repay £4M after hijacking celebrity Twitter accounts

seanhunter
2pts0
www.theguardian.com 9mo ago

Peter Thiel's off-the-record lectures about the antichrist

seanhunter
18pts4
www.theregister.com 1y ago

Apple sues YouTuber for allegedly leaking iOS secrets

seanhunter
3pts1
www.theguardian.com 1y ago

The curse of Toumaï: An ancient skull and bitter feud over humanity's origins

seanhunter
5pts0
devclass.com 1y ago

One year ago Redis changed its license and lost most external contributors

seanhunter
3pts0
arxiv.org 1y ago

Coding Malware in Fancy Programming Languages for Fun and Profit

seanhunter
3pts0
www.theregister.com 1y ago

Judge hands WP Engine a win in legal fight with Automattic

seanhunter
7pts1
www.researchgate.net 1y ago

Fair coins tend to land on the side they started (2023)

seanhunter
401pts182
www.chess.com 1y ago

Grandmaster expelled from team chess championship after phone found in toilet

seanhunter
57pts28
www.theregister.com 1y ago

Boeing's Starliner proves better at torching cash than reaching orbit

seanhunter
160pts138
www.theguardian.com 1y ago

CrowdStrike accused of defrauding investors in class action lawsuit

seanhunter
4pts4
www.theguardian.com 2y ago

Case of man who falsely claimed to be Bitcoin inventor referred to prosecutors

seanhunter
4pts2
www.youtube.com 2y ago

An absurd approach to a simple maths problem

seanhunter
1pts0
dealbreaker.com 2y ago

You Should Be Concerned About the Bill to Remove Section 230 Protections from AI

seanhunter
97pts91
www.theregister.com 2y ago

Adobe's buy of Figma is 'likely' bad for developers, rules UK regulator

seanhunter
284pts156
www.theregister.com 2y ago

OpenCart owner turns air blue after researcher discloses serious vuln

seanhunter
2pts1
news.ycombinator.com 2y ago

New paper seems to rule out MOND theory of gravity

seanhunter
6pts3
www.stewartcalculus.com 2y ago

Lies my calculator and computer told me (1987) [pdf]

seanhunter
103pts51
www.theregister.com 2y ago

Price rises yet to hit customers, says Salesforce as it raises forecasts

seanhunter
2pts1
www.theregister.com 2y ago

IBM says GenAI can convert that old COBOL code to Java for you

seanhunter
2pts2
www.theguardian.com 3y ago

Rain at Wimbledon monitored by rubber duck John Quackenroe

seanhunter
2pts0
www.theregister.com 3y ago

Google veep calls out Microsoft's cloud software licensing 'tax'

seanhunter
19pts6
www.theregister.com 3y ago

Microsoft has made Azure Linux generally available

seanhunter
48pts41
www.theguardian.com 3y ago

NHS trusts shared patient data with Facebook without consent

seanhunter
10pts3
www.theguardian.com 3y ago

Boba Fett actor’s Star Wars memorabilia goes up for auction

seanhunter
1pts0

“Tat” means miscellaneous junk.

That said, the anecdote is made up or important details have been elided to make it sound more interesting than it is. Amazon doesn’t depend on whatsapp for 2fa. You can configure amazon 2fa to send an SMS and it’s possible that the poster’s mother has misconfigured her phone to claim that it needs whatsapp to read the sms 2fa message but I highly doubt even that. When I look on amazon it allows passkeys, regular TOTP like with DUO authenticator or google authenticator or whatever or SMS with a backup of sending the TOTP code to the registered email on the account. Whatsapp isn’t even an option.

I don’t think that’s true. Lots of mathematicians excel at (and revel in) finding weird counterexamples and love the strangeness of it all. John H Conway being my favourite- Look up the Conway knot[1] or the Conway base 13 function[2] for famous examples.

Ugliness is in the eye of the beholder. Lots of counterexamples are very beautiful. For example, the Dirichlet function (f(x) = 1 if x is rational, 0 otherwise) is a source of very beautiful counterexamples. Eg it is discontinuous everywhere but f restricted to only rational numbers is continuous on all rationals and likewise f restricted to irrationals is continuous on the set of irrationals (R-Q).

[1] The Conway knot has 11 crossings yet shares the same Alexander polynomial as the “unknot” which has no crossings at all. It took 50 years to decide the question of whether it has a basic property known as “sliceness” https://en.wikipedia.org/wiki/Conway_knot

[2] Conway’s base 13 function Was invented as a counterexample to the converse of the intermediate value theorem. That is, it satisfies the intermediate value property while being everywhere discontinuous (which breaks my brain completely) https://digitalresearch.bsu.edu/mathexchange/wp-content/uplo...

It's no different other than it's a layer of indirection which allows bash to change in a way that would not be possible if scripts directly referenced /bin/bash or /usr/bin/bash. The only thing you can't change is the /usr/bin/env binary itself but that's not something that changes very much if at all. On my nix box, bash is at /run/current-system/sw/bin/bash and "current-system" is a symlink to a particular build in /nix/store. So /usr/bin/env is creating a layer of indirection so if I rebuild the system, the previous version can be kept around and I can roll back instantly at the boot menu and it will roll everything back to a consistent package set. Now as I say, you could achieve this in other ways eg fs snapshots etc. But to say that the change doesn't give you anything is just very obviously wrong.

And you don't need to worry- it's perfectly obvious how deep your Nix expertise is.

That’s a weird rant which is manifestly false. On Nix the benefit you get from the incompatibility is the system can roll forward and back while it’s running so you can do big changes (eg updating or rolling back) the entire system without affecting running processes. You can also run groups of processes in isolation with different sets (or versions) of packages from the rest of the system.

It’s fair to argue about whether those things are really important or whether nix does this in the best way, but to claim that the only benefit is incompatibility is just obvious nonsense.

It doesn’t change if you apply it to complex arguments does it?

Zeta(z) = 1 + 1/2^z + 1/3^z + …

Where z in C.

In fact, I thought that was why it’s called the Riemann zeta function. Euler applied it to an integer whereas Riemann applied it to complex arguments.

Edit to add: my memory was correct. Reimann extended Euler’s definition to all complex s not equal to 1. https://en.wikipedia.org/wiki/On_the_Number_of_Primes_Less_T...

This line of thinking doesn’t really go anywhere. You can say “but what if <something outside of an axiomatic system>? Then <axiomatic system> doesn’t apply!”

Well great. Then where are you? You are precisely nowhere. You haven’t disproved the results in the system and you haven’t proved anything else.

Neither. You can hear them if you listen carefully, just the recording tech plus lack of amplification makes it harder than modern music.[1]

Source: have degree and postgrad in jazz and used to be a bass player. Have made transcriptions of early bass players from original recordings. (by ear without any kind of fancy tech)

[1] and the playing technique for various reasons.

That is true for the stocks but not options. Anyone with a brokerage account can write some calls and if they get exercised it’s up to them to find the stock to buy. Most pricing models assume the liquidity is always available but that’s not necessarily the case.

Trademark law isn't about what "everyone already knows". It's about whether a given mark meets the criteria for legal protection in a give context. So if say an foss ML project described what they do as "open AI" the company known as OpenAI would have a right to defend the mark. This is saying they could not.

I would if necessary but then again I’m not the one claiming it can’t be done am I? All the examples you gave would require just one llm group and one directory readable and writeable by the user and the llm group (and possibly making the directory setgid the llm group so files in that directory are group owned by the llm group by default). You don’t need a new group for every task just for every logical access role you need. And if you need something more granular than that then there are filesystem acls but I am yet (in 30 years of using unix) to come across a situation that genuinely required them as opposed to being doable just using groups.

It has always been very easy to create separate users on Linux and certainly for tasks where you need to switch between contexts.

Linux is a unix, so has always been multi-user and sharing any data between processes is facilitated in all manner of ways. So context could be shared over files or unix-domain sockets or shared memory or tcp or udp sockets or via message passing or … a bunch of other ways. That has been the case since 1996 or so when I started using it certainly.

Courts already do lawfully regulate the “presentation of speech” as you’re calling it. Say facebook was to present each post surrounded by pornography for example. That’s clearly a “presentation of speech” in your framing. However courts have decided that it is possible to regulate the circumstances under which that would or would not be ok and 1A arguments have not prevailed in that case.

With the default arguments in the 1990s strip wouldn’t strip “linking information” it would just strip debugging symbols. You wouldn’t have been able to debug a core dump say but dynamically linked binaries would have been totally fine.

There is an accounting explanation for this (boring as it sounds). Stock analysts (who don’t want to use their brains too much) often use “EBITDA” (earnings before interest, tax, depreciation and amortization) to compare companies. The reasoning is that those items can often be used in “creative” ways to make a company look better than it is so strip them out before comparing.

Starlink sats are launched into a decaying orbit so after something like 5 years they burn up and need to be replaced. It is very flattering to SpaceX’s financials to launch lots of satellites if you look at it from an EBITDA point of view because it basically looks like they have a lot of recurring earnings even though 20% per year has to be amortized because it burns up in the atmosphere.

When I was young I learned this cool trick to tie a bowline one-handed. Can’t remember who taught it to me but the idea is if you are hanging from a rope by your left hand, you can actually (with a bit of practise that you hopefully do beforehand) tie a loop around yourself with a bowline using your other hand. Moot in my case because there’s no way I could hold my weight using my left hand even if my life depended on it, but it’s a fun trick.

https://youtu.be/tHVjMWTPx-A?is=dftRVkzz67Il1I-Q

I like the “everything is a distribution” approach a lot[1]. Looks great. I’m looking forward to actually having a chance to mess around with it.

[1] And feels philosophically like the unification in the underlying maths between discrete and continuous probability that you get when you apply measure theory