Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
withzombies
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
withzombies
5mo ago
I think Daniel Stenberg's (of cURL fame) journey with AI reports is going to be repeated for every major project and many will not enjoy being subjected to it.
2.
▲
They will force you, open source maintainers, to drink the gasoline
(notcheckmark.com)
4 points
by
withzombies
5mo ago
|
1 comments
3.
▲
Show HN: Vedette a macOS File Firewall
(aquilon.dev)
2 points
by
withzombies
6mo ago
|
0 comments
4.
▲
by
withzombies
8mo ago
They also added the "Inline" theme which is a copy of Dark Sky's
5.
▲
by
withzombies
9mo ago
AppleTV has a Tailscale client that you can use an exit node. That's what I do to VPN back to home when I'm traveling.
6.
▲
by
withzombies
9mo ago
I read 2 or 3 books at once. I pick the one that fits my mood or my activity -- for example, I'll listen to a low effort audio book when out for a walk or when at the gym. People are often surprised - "You're reading three bo
7.
▲
by
withzombies
10mo ago
No old programs wouldn't be able to compile anymore with the proposed change
8.
▲
by
withzombies
10mo ago
Yeah, I think it's because none of the compilers are obligated to support the standard and things get added that never get implemented. A good example is the C++11 standard garbage collection! It was explicitly optional but afiak no on
9.
▲
by
withzombies
10mo ago
I'm not talking about software compiled by the compiler having a higher default. Warnings becoming errors would be scoped to gcc itself only, and they can fix them as part of the upgrade.
10.
▲
by
withzombies
10mo ago
Shouldn't the compilers be on the bleeding edge of the standards? What is the downside of switching to the newest standard when it's properly supported? It's the type of dog fooding they should be doing! It's one reason
11.
▲
by
withzombies
1y ago
You can send background push notifications which are delivered when the phone is ready for them. They don't deliver when the phone is low battery or in low battery mode. It's specifically made to reduce battery consumption. Higher
12.
▲
by
withzombies
1y ago
> The agents may benefit from some training on tools available within their agents. This will certainly help with the majority of general CLI tools, there are bespoke tools that could benefit from adapting to LLMs. Definitely not just `l
13.
▲
by
withzombies
1y ago
The `command_not_found_handler` can be added to your .zshrc or .bashrc as is.
14.
▲
by
withzombies
1y ago
Many of the changes that would work for LLMs would also be beneficial to users.
15.
▲
by
withzombies
1y ago
When we were kids, just knowing music that wasn't on the radio made you "into music". Things were very different! The internet has really allowed music choices to be much more personal and I think it's a good thing. We h
16.
▲
by
withzombies
1y ago
This change is a great change as so many Apps spy on your pasteboard. I think a lot of people are going to be shocked at how many apps peek into your pasteboard for both legitimate and illegitimate reasons. It's sad that your app won&#
17.
▲
by
withzombies
2y ago
Apple has a lot of Java WebObjects running on old Unix servers
18.
▲
by
withzombies
2y ago
You should still create a US C-Corp, ideally in Delaware.
19.
▲
by
withzombies
2y ago
The cache link predates Google's ads business
20.
▲
by
withzombies
2y ago
All the polish hackers are named Michał and have also worked together. I know Melewski and Zalewski have in the past!
21.
▲
by
withzombies
2y ago
Carrot added a linear forecast view, which is very close to the Dark Sky interface and it's been great.
22.
▲
by
withzombies
2y ago
You can introduce a dark theme for HN without feature flags or CSS upload. Support for `prefers-color-scheme` is widely supported in all the browsers[1]. It's how I handle it on my blog[2], I just swap out the colors based on the css s
23.
▲
by
withzombies
2y ago
Debian is super good for this. Most of their apt mirrors are still up and running, so you can easily download and build software from 2002 if you use the appropriate Debian release to do it. I usually do this first to make sure the software
24.
▲
by
withzombies
2y ago
I'm a big fan of Hipster Ipsum ( https://hipsum.co ). A sample: Pour-over leggings chicharrones same direct trade, sriracha hexagon cardigan succulents pinterest hot chicken tattooed hella. JOMO roof party disrupt taiyaki pic
25.
▲
by
withzombies
2y ago
I've been registered for Crypto II on Coursera for over a decade now!
26.
▲
by
withzombies
2y ago
Verizon publishes the DBIR every year. The full name is the Verizon Data Breach Investigation Report.
27.
▲
by
withzombies
3y ago
Fun fact, Cisco actually owns the trademarks to iPhone and IOS and licenses them to Apple[1]. IOS is their famous operating system and iPhone was a product offered by Linksys which they acquired when they purchased Linksys. [1]. https:
28.
▲
by
withzombies
3y ago
As an aside, many full service banks can exchange foreign currency for you. For example, Bank of America does ( https://www.bankofamerica.com/foreign-exchange/exchange-rate... ). You can also order foreign currency prior
29.
▲
by
withzombies
3y ago
> sds.total_pwr is the sum of the power of all CPUs in the scheduling domain. This sum ends up being zero and that’s what causing the crash – division by zero. > The “CPU power” is used to take into account how much calculating cap
30.
▲
by
withzombies
3y ago
BinaryNinja does this. They have several layers of intermediate representations[1], which they build their compiler on top of. Ghidra does something similar with their PCode. They disassemble to PCode and then decompile the PCode[2]. [1] h
More ›