Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Ysx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
Ysx
14d ago
A sad day for orange solidarity.
2.
▲
by
Ysx
2mo ago
The environment is doomed either way without action. Is the issue that some demographics will become more dominant?
3.
▲
by
Ysx
2mo ago
It'd be helpful if the readme mentioned why someone would want to migrate from backoff.
4.
▲
by
Ysx
3mo ago
#2 was noted: > When the first few emails in a batch were obvious prompt injections, the agent became more suspicious of everything that followed. I had to change the setup so that each email was processed in a fresh context.
5.
▲
by
Ysx
3mo ago
I don't care about 90% of the posts on this site, but enough are relevant to make it worthwhile. It'd be silly to reply to the threads that don't interest me.
6.
▲
by
Ysx
4mo ago
Less than 1000 employees in London, they're not a big deal in that sense.
7.
▲
by
Ysx
4mo ago
> Each individual company is probably better off paying the ransom, but everyone would be better off if no one paid a ransom. You're then a target known to be vulnerable and pay ransoms, so best focus on security.
8.
▲
by
Ysx
6mo ago
> Because social media already has the age info exactly? Then it shouldn't be difficult to comply.
9.
▲
by
Ysx
9mo ago
> Yes, I know which “major computer manufacturer” it is, and no, I’m not telling. This is consistent with longstanding blog policy that companies are not identified in stories, because the point of the story to teach something, not to ca
10.
▲
by
Ysx
11mo ago
> For stuff like security keys you should typically add them as build args, not as content in the image. Build args are content in the image: https://docs.docker.com/reference/build-checks/secrets-used-...
11.
▲
by
Ysx
11mo ago
https://archive.is/K2DFE
12.
▲
by
Ysx
3y ago
They added a second token on Tuesday: https://github.blog/changelog/2023-06-27-github-actions-upda...
13.
▲
by
Ysx
4y ago
For me it was Trollie Wallie on the C64, watching my dad play: https://youtu.be/wUYFslnvT6k?t=162
14.
▲
by
Ysx
4y ago
DHT has existed for 17 years - the cat's out of the bag. The anti-piracy companies have built their own crawlers.
15.
▲
by
Ysx
5y ago
It's only suction's caramalized onion pasta sauce if it comes from the self-loathing region of France. Otherwise it's just sparking onion sauce.
16.
▲
by
Ysx
5y ago
Perhaps you are not the centre of the universe.
17.
▲
by
Ysx
6y ago
> Please don't complain about website formatting, back-button breakage, and similar annoyances. They're too common to be interesting. Exception: when the author is present. Then friendly feedback might be helpful. https:/
18.
▲
by
Ysx
6y ago
It might be this issue, fixed 10th October: https://github.com/dani-garcia/bitwarden_rs/issues/1162
19.
▲
by
Ysx
6y ago
Bitnami broke their MongoDB Helm chart. We're careful to pin versions, and hadn't anticipated someone would re-write history and break published code. Can't get too upset, we don't pay them anything. Not in a rush to use
20.
▲
by
Ysx
6y ago
I think that's more applicable to remote work generally. Lockdown is a different and and new scenario, more akin to Groundhog Day. Work can be a relief.
21.
▲
by
Ysx
7y ago
I'd have solved it same way as the article, as they're tools I'm familiar with - feels like overkill though. How would you have managed it?
22.
▲
by
Ysx
7y ago
That's interesting... does it behave much differently to private windows?
23.
▲
by
Ysx
8y ago
It's probably not the .NET you're thinking of: "By 2003, however, the .NET strategy had dwindled into a failed branding campaign" https://en.wikipedia.org/wiki/Microsoft_.NET_strategy
24.
▲
by
Ysx
8y ago
Oh you're right, that's interesting - have replicated your result. "a2 = a2+c; c = c+2" is still fastest on both 2 and 3, though don't know enough to say why.
25.
▲
by
Ysx
8y ago
Red herring perhaps - seems due to the inplace add. It's quicker yet if you take out the multiple assigment: $ for STMT in "a2, c = a2+c, c+2" "a2 += c; c += 2" "a2 = a2+c; c = c+2"; do echo
26.
▲
by
Ysx
8y ago
There are some biodegradable plastic bags: https://en.wikipedia.org/wiki/Bin_bag#Biodegradable_plastic_...
27.
▲
by
Ysx
9y ago
There are tutorials on the v2 docs, might still be relevant? https://mitmproxy.readthedocs.io/en/v2.0.2/tutorials/gamecen...
28.
▲
by
Ysx
9y ago
The linked PDF is a better read: http://studioforcreativeinquiry.org/public/warhol_amiga_repo... They mention Graphicraft was unable to load the images unless booted with a particular Kickstart version.
29.
▲
by
Ysx
9y ago
Beware that you can only have one EXIT handler. I've used this in the past figuring it's analogous to Go's `defer`, but unfortunately not. e.g this script: #!/bin/bash trap 'echo Handler 1' EXIT
30.
▲
by
Ysx
9y ago
I'm impressed C64 Basic had floating point!
More ›