HackerTrans
TopNewTrendsCommentsPastAskShowJobs

marklar423

no profile record

comments

marklar423
·há 29 dias·discuss
I've always understood it as a perk the company knowingly allows its employees who need to travel.
marklar423
·há 2 meses·discuss
+1 thanks for porting this
marklar423
·há 2 meses·discuss
Yes!!! I spent many hours playing the summer resort games.
marklar423
·há 2 meses·discuss
Something about a pool party? I remember that one
marklar423
·há 3 meses·discuss
> Alongside these games there have always been small groups of men moving around groups of small men in a basement somewhere re-enacting some battle or other.

Amazing line.
marklar423
·há 3 meses·discuss
Just want to drop this link to the excellent https://acoup.blog/2026/02/13/collections-against-the-state-... which discusses the different costs of war, including how significantly weaker powers can win by increasing political costs.
marklar423
·há 3 meses·discuss
Maybe I'm splitting hairs, but GP called it a copyright violation and my understanding is a "clean room" reverse engineering for interoperability was fair use and not a copyright violation.

Yes this does threaten Blizzard's business model so I understand why they'll go after Turtle, but that doesn't mean we have to care or let them prosecute Turtle for Contempt of Business Model.

Now, if Turtle used Blizzard's WoW trademarks to advertise and make money, I fully agree that violates their _trademarks_ and can be litigated as such. But if Turtle somehow didn't do that (and still sold access to their compatible WoW backend), I'd be interested to hear if that is somehow still a copyright violation.
marklar423
·há 3 meses·discuss
If it turns out the private server code was a greenfield reverse engineered effort - do you still think that's a copyright violation? Why?
marklar423
·há 4 meses·discuss
Cool! Thanks for the clarification.
marklar423
·há 4 meses·discuss
In the discussion of the Triforce arcade compatibility, there's some discussion of "IC Card" support needing to be implemented, and doing so unlocking a lot of missing functionality.

I think this is referring to the Japanese rail payment cards? I know you can use them on things like vending machines, but from the article it seems like the Triforce cabinets let you save game progress on them too, which would be a great feature I've never seen in US arcades.
marklar423
·há 5 meses·discuss
IIUC, if you have the source you can recompile said Windows app with LiteBox to statically link in the Windows OS kernel dependencies, so it'll run on any compatible processor regardless of OS (since it won't be making syscalls anymore). It's a unikernel basically.

That's the theory, but I don't know how far LiteBox is along to supporting that workflow.
marklar423
·há 7 meses·discuss
Can tailscale connect to hosts behind CGNAT?
marklar423
·há 7 meses·discuss
Would you mind pointing me at the research you found? I've been looking for studies that correlated hypoxia and autism (and related interventions that might help) but I haven't been successful.
marklar423
·há 7 meses·discuss
Can you elaborate on why the raspberry pis are unreliable? Is it the SD cards, or something else?
marklar423
·há 10 meses·discuss
There are certain genetic markers you can test for, but not all forms of autism appear in the tests we have today.

Then there's things like the folate blocking antibody (https://pmc.ncbi.nlm.nih.gov/articles/PMC4783401/) which you can do a blood test for, but again not all people with autism have the antibody.
marklar423
·há 10 meses·discuss
Yes it's exactly the one-off situations like that, which aren't super often but occur enough to greatly inconvenience someone without a pocket browser.
marklar423
·há 10 meses·discuss
I've been trying to do this too - paring down distracting apps, leaving only essentials like communication, maps, uber, etc. But my problem is what to do about the browser? I feel it's too essential to the "long tail" of uses (as the author put it), but also among the most distracting apps on my phone.

If anybody has any ideas I'd love to hear them.
marklar423
·há 11 meses·discuss
Here's how I think about it:

- Money (the concept) is useful to society as a store of value, so you don't have to waste effort bartering for things.

- Adding on to that, credit is useful to society since it lets humanity even more efficiently allocate its good and labor (stored as money).

- Finally, stocks, insurance, and other financial instruments are additional advanced developments on top of credit, where groups of humans (companies) can take on even more risky endeavors supported by investors or insurers.

So my view is companies like Jane Street facilitate these complicated value transfers, to let (e.g.) a spaceship company draw on resources generated by growing crops, selling shoes, giving haircuts, etc via a convoluted path through stocks, ETFs, whatever.
marklar423
·há 2 anos·discuss
Like Y2K, there's an argument that diligence from the tech crowd prevented this.
marklar423
·há 3 anos·discuss
That would be OAuth - https://en.wikipedia.org/wiki/OAuth.

It's a standard meant for system A to authenticate a user with system B. Ever logged in to a website with your Google account, or seen those permission screens asking you if you want to allow a third party website to access your Google account? That's OAuth.

Now, as to why many websites do this even when you login with credentials for that system (and not third party auth) - my guess is the system has separate teams for each subsystem, each hosted on different subdomains. In order to transfer auth state from one subdomain to another, you need something like OAuth since cross-domain cookies are forbidden by the browsers.