Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nowahe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
37 ms
·
1.
▲
by
nowahe
6mo ago
Ah I was wondering why I couldn't get past 600 nits on my M5 why it worked great on my M1. Guess I'll just have to live without it for now
2.
▲
by
nowahe
7mo ago
By any chance, do you know what Claude Code's sandbox feature uses under the hood and how that relates to your solution ? From what I remember it also uses the native MacOS sandbox framework, but I haven't looked too deep into it
3.
▲
by
nowahe
8mo ago
IIRC from a comment in another thread, it's marked as deprecated to stop people from using it directly and to use the offical macOS tools directly. But it's still used internally by macOS. And I think that what CC's /san
4.
▲
by
nowahe
1y ago
I'm not a native English speaker, but I read a lot of books in their original English. Being able to quickly look up a word you've never encountered is a god send I find myself really missing this feature when I occasionally read
5.
▲
by
nowahe
1y ago
I've downloaded a few from yggtorrent, but there might be some more niche/less public sites I'm not aware of
6.
▲
by
nowahe
2y ago
The weird thing is that when I tried to tell it to distill it to a much smaller message it had no problem outputting it without any followup questions. But when I edited my message to ask it to generate a larger response, then I got stuck i
7.
▲
by
nowahe
2y ago
I've had it refuse to generate a long text response (I was trying to concise a 300kb documentation to 20-30kb to be able to put it in the project's context), and every time I asked it replied "How should structure the results
8.
▲
by
nowahe
2y ago
Do you happen to have the name of the place you found it ? I'm in France, and I wasn't really able to find anything with a quick google search
9.
▲
by
nowahe
2y ago
I also found that passing all the codebase in a single file in the context works really well. I've tried Cursor et al, but I found that it not having the full context of the codebase (and having to do some back and forth for it to requ
10.
▲
by
nowahe
3y ago
I switched to an Ergodox-EZ about 3 years ago, and I don't regret doing it at all. I didn't switch layout tho, stayed on AZERTY. My experience is that at first it was very frustrating. I went from ~80WPM on my macbook keyboard to
11.
▲
by
nowahe
3y ago
If you haven't seen it already, you might enjoy this story from gwern : https://gwern.net/fiction/clippy
12.
▲
by
nowahe
4y ago
Auth0 seems to be down as well, we can't use the login forms on our websites nor login onto the management console itself. Getting timeouts everywhere
13.
▲
by
nowahe
4y ago
I found a tool to do just that, iCloud Photo Downloader[1] (tho you do need to have your photos backed up to iCloud). I run it as a cron on my NAS, and the only intereaction I need to have with it is to give it a new 2FA code every ~2-3 mon
14.
▲
by
nowahe
4y ago
Out of curiosity, how does your Image Similarity Search works ? Are you also using some feature of Apple's Vision framework, or running some ML model on your linode instance ?
15.
▲
by
nowahe
4y ago
Highly recommend this as well, it has been a godsend for me for digging into multi-GB Cloudfront log files and extracting stats and patterns. There is a good (albeit a bit old now, as the interface has been overhauled since) quick demo vide
16.
▲
by
nowahe
4y ago
Looks like the image in the article is a crop of this[1] view, which can be accessed in high res. You can find all the JWT images in full res on here[2]. [1]: https://stsci-opo.org/STScI-01GCVNZ68YTC7FPTBSNA3QDGYW.png [2]:
17.
▲
by
nowahe
4y ago
Basically, to validate a block, you need to bruteforce a SHA-256 hash of the block by incrementing a nonce in it. And by essence, bruteforceing is wasteful (and by extension, expensive). And this is by design, as the only way to mint a new
18.
▲
by
nowahe
4y ago
I have a feeling that this breach is older than what they're letting on. On July 27th, I received ~7 emails, about 10 minutes apart, warning me of a new device logging in my Plex account. It didn't correlate with any activity on m
19.
▲
by
nowahe
4y ago
(Semi)surprisingly, Strasbourg looks like a good contender as well, as it covers a good portion of the blue banana, most of Germany, and about half of France
20.
▲
by
nowahe
4y ago
A couple of years ago I started architecting transcoding/streaming video pipelines on AWS for my work. It sparked a general interest/curiosity into the internal workings of video compression algorithms, which then allowed me to re
21.
▲
by
nowahe
4y ago
From personal experience, I feel like the crash following a multi-day binge isn't necessarily due to amphetamine withdrawls, but more so the consequences of multi-day sleep deprivation, dehydration, under-nutrition; all the while havin
22.
▲
by
nowahe
4y ago
As a semi-regular user of speed, I can almost guarantee you that a gram of street amphetamine is nowhere near 100% concentrated. You would be lucky to find it at 20% (cut with half caffeine half random white powder). I've done acetone
23.
▲
by
nowahe
4y ago
You might be interested by the book "Consciousness and the Brain" by Stanislas Dehaene. In it, Dehaene tries to define Consciousness, based on a series of reproducible experiments designed to discriminate between conscious and unc
24.
▲
by
nowahe
4y ago
On macos, whenever I have a high memory pressure, coupled to a large swap usage, I find that the system becomes really sensitive to I/O intensive tasks. If I start an IO intensive task (eg a recursive grep or a backup), any task that i
25.
▲
by
nowahe
4y ago
I've tried, but for me limiting myself to the default/whole integer scaling is more of a pain than the bugs I encounter with it. With 4k, at 1:1 I basically have two choices of resolution : either 3840x2160 native (which results i
26.
▲
by
nowahe
4y ago
I've never pushed it enough for it to completely lock up, but I've had some weird bugs/crash happen to me. Like all webviews crashing at the same time (all electron apps + all browsers), with an impossibility to run anything
27.
▲
by
nowahe
4y ago
On a (sad) related note, a few month ago[1] the devs announced the end of active development on RES, and from now on will only receive bugfixes, if any at all. Which is understandable considering that since the redesign, they have been more
28.
▲
by
nowahe
4y ago
I spend a lot of time remoting into fresh *nix systems, so I also almost don't have any aliases, with one notable exception : ll (aliased to ls -lah). It's just so engrained into my muscle memory that I do it without thinking abou
29.
▲
by
nowahe
4y ago
Having bought a few artist compilation on it, after clicking 5 links manually I resorted to writing a script to parse the webpage and get the links there. But what's even worse is that their CDN throttles your IP after ~15 downloads an
30.
▲
by
nowahe
4y ago
If you have a kobo, I highly recommend checking out koreader[1], which is an open-source ebook reader and is highly configurable (to the point where you can even write custom css rules from withing the e-reader), integrates with calibre n
More ›