HackerTrans
トップ新着トレンドコメント過去質問紹介求人

nathan_phoenix

no profile record

投稿

Unlocking Performance in Python's Free-Threaded Future: GC Optimizations

labs.quansight.org
3 ポイント·投稿者 nathan_phoenix·10 か月前·0 コメント

Your Jailbroken iDevices may be able to run macOS natively

old.reddit.com
17 ポイント·投稿者 nathan_phoenix·11 か月前·1 コメント

Documentation as single-txt-file for LLMs and AI code editors

context7.com
2 ポイント·投稿者 nathan_phoenix·昨年·1 コメント

[untitled]

1 ポイント·投稿者 nathan_phoenix·昨年·0 コメント

Restrictions on Our Freedom to Study Software: Train Manufacturer vs. "Hackers"

4 ポイント·投稿者 nathan_phoenix·昨年·1 コメント

ArkType: Ergonomic TS validator 100x faster than Zod

arktype.io
192 ポイント·投稿者 nathan_phoenix·昨年·71 コメント

Killing in the Name of Privacy

mo8it.com
5 ポイント·投稿者 nathan_phoenix·昨年·0 コメント

Working with Files Is Hard (2019)

danluu.com
203 ポイント·投稿者 nathan_phoenix·昨年·119 コメント

[untitled]

1 ポイント·投稿者 nathan_phoenix·昨年·0 コメント

DuckDB Node Neo Client

duckdb.org
4 ポイント·投稿者 nathan_phoenix·2 年前·0 コメント

Ente Photo Storage – Reliability and Replication Architecture

ente.io
4 ポイント·投稿者 nathan_phoenix·2 年前·0 コメント

TIL: Some surprising code execution sources in bash

yossarian.net
114 ポイント·投稿者 nathan_phoenix·2 年前·46 コメント

Israel declares start of 'new phase' of war - Lebanon

theguardian.com
7 ポイント·投稿者 nathan_phoenix·2 年前·0 コメント

Rust for Linux Revisited

drewdevault.com
5 ポイント·投稿者 nathan_phoenix·2 年前·0 コメント

Squatting NPM for Remote Code Execution

alxndrsn.com
3 ポイント·投稿者 nathan_phoenix·2 年前·0 コメント

Supreme Court overtrns Chevron impacting net neutrlity, right to repair and more

theverge.com
11 ポイント·投稿者 nathan_phoenix·2 年前·2 コメント

How to Install Python on a Mac

freecodecamp.org
1 ポイント·投稿者 nathan_phoenix·2 年前·0 コメント

The FTC has banned noncompete agreements

theverge.com
33 ポイント·投稿者 nathan_phoenix·2 年前·8 コメント

Framework won't be just a laptop company anymore

theverge.com
18 ポイント·投稿者 nathan_phoenix·2 年前·10 コメント

I ported thousands of apps to Windows 95 [video]

youtube.com
4 ポイント·投稿者 nathan_phoenix·2 年前·0 コメント

コメント

nathan_phoenix
·昨年·議論
You can, in fact, self host it.

https://help.ente.io/self-hosting/
nathan_phoenix
·昨年·議論
My biggest gripe is that he's comparing probabilistic models (LLMs) by a single sample.

You wouldn't compare different random number generators by taking one sample from each and then concluding that generator 5 generates the highest numbers...

Would be nicer to run the comparison with 10 images (or more) for each LLM and then average.
nathan_phoenix
·2 年前·議論
Literally the only comment with some on-topic useful info...
nathan_phoenix
·2 年前·議論
If you just want to view some places without giving location access, use this link: https://dev.explore.allmaps.org/
nathan_phoenix
·2 年前·議論
You need to allow location access, then it displays the map for your current location.

If you just want to view some places without giving location access, use this link: https://dev.explore.allmaps.org/
nathan_phoenix
·2 年前·議論
Thanks! Very helpful for the uninitiated like myself.
nathan_phoenix
·2 年前·議論
> Think of it as a news article: write in decreasing levels of importance and increasing levels of detail, assuming the reader could stop reading at any point.

Great quote and life advice, will definitely steal this! Thanks!
nathan_phoenix
·2 年前·議論
I'm not sure why some call the authors choice of 1$ per install disingenuous. Wouldn't that be the averaged out profit per app when you combine paying and non paying users?

Like for each app which costs 5$ I'd expect that there's at least 5 non-paying users using the free version.

Update: Also, the revenue per app doesn't affect the 0.5$ per app install fee. Meaning, if the app is making less than 0.5$ per install, averaged over free + paying users, then one would just be loosing money...
nathan_phoenix
·2 年前·議論
Interesting to see how some people keep defending Apple as if it was their own company...

But if Unity tries to do the same then they revolt.
nathan_phoenix
·2 年前·議論
That was it, thanks for the suggestion!
nathan_phoenix
·2 年前·議論
Any pictures of how Zed actually looks? Searched their site and couldn't find any...
nathan_phoenix
·2 年前·議論
Debated if to click the link after reading the clickbait headline, but after playing around with it for a few mins seems actually quite decent!

Obviously missing some features compared to Notion, but surprisingly not that many, especially compared to the other Notion alternatives. And style wise seems quite polished.
nathan_phoenix
·2 年前·議論
For something which works across all JS runtimes (Deno, Node) and achieves basically the same, check out the popular JS library Execa[1]. Works like a charm!

Another alternative is the ZX shell[2] JS library. Tho haven't tested it.

[1]: https://github.com/sindresorhus/execa

[2]: https://github.com/google/zx
nathan_phoenix
·2 年前·議論
Still confused to be honest...

What does it mean that Earthstar will become a Willow protocol? Isn't it an implementation of Willow?
nathan_phoenix
·3 年前·議論
Thanks!
nathan_phoenix
·3 年前·議論
Cool, but what does this mean?
nathan_phoenix
·3 年前·議論
How far does a $762 million deal get you? Doesn't seem like such a huge sum for priority access to next gen 2nm machines, but also hard to judge as a layperson...
nathan_phoenix
·3 年前·議論
[flagged]
nathan_phoenix
·3 年前·議論
You can if you are just executing a static python script never changes.

But if you want to call some python functions with your TS input then you would need to serialize the TS input, pass it as an arg to the script, there deserialize it and then call the python function with the input. And if you wanted to call multiple python functions then your first arg to the python script would need to be the name of the function, only then the serialized data. Plus you would need to implement a switch case on the python side to execute the right function.
nathan_phoenix
·3 年前·議論
This assumes that you use your computer and browser regularly.

There's nobody to yell at you if you don't use your computer... (which my older relatives don't, they just use it once every few months for some gov sites and such, as for me, I don't use Chrome except when a website says "sorry works only on Chrome" which doesn't happen that often thankfully).

And herewith lies the core of the issue, the browser just refuses to auto update if not updated in a while and tells you to re-install it.