Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kune
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kune
5d ago
Imagine that would be a biotech startup, experimenting with viruses. I'm pretty sure they would have already been shutdown. If you are not able to implement proper sandboxes and airgaps, you cannot be trusted with AI agents.
2.
▲
by
kune
27d ago
In Go you would methods for that: my_list.Clear(), my_queue.Clear() and my_map.Clear(). Now you can define a Clearer interface, which has only the Clear method. That allows you to write a function clearAndLog(item Clearer) and it will work
3.
▲
by
kune
2mo ago
The Go team is addressing that in the release notes: https://go.dev/doc/go1.27 They think it will only affect use cases where a high number of idle connections were allowed to linger, for instance by setting MaxIdleCon
4.
▲
by
kune
4mo ago
Humboldt University Berlin had officially licensed a UNIX System III as a research institute. They run it on a K1600 series Robotron system, which was a PDP-11 clone. I had a few sessions on it ca. 1985 as a 16-year old kid as a member of t
5.
▲
by
kune
4mo ago
Theoretically you can use channels to simulate a mutex, but I agree with you there are use cases where a mutex makes more sense. They are even used in the standard library, for instance to implement sync.Once. But generally I would agree th
6.
▲
by
kune
4mo ago
The RST (Reset) is sent to inform the client that the data it sent was not read by the server. The RST avoids here the 4-way handshake for the TCP connection closure and the long wait times, if the client doesn't behave normal. For the
7.
▲
by
kune
10mo ago
The interesting aspect of the Cloudflare support, which is not clarified, is how they came to the risk assessment that it is ok to roll out a change non-gradual globally without testing the procedure first. The only justification I can see
8.
▲
by
kune
10mo ago
This thing crashes on Ubuntu LTS 24.04 during start. Apparently all these agents are not able to ensure that a desktop app starts on a popular Linux distribution. If Google has forgotten how to do Software, than the future doesn't look
9.
▲
by
kune
11mo ago
In my org nobody has admin rights with the exception of emergencies, but we are ending up with a directory full of Github workflows and nobody knows, which of them are currently supposed to work. Nothing beats people knowing what they are d
10.
▲
by
kune
3y ago
Palm2 tells me that it is most powerful LLM in the world, but it isn't Gemini yet. LOL! I don't need AIs that are parroting marketing crap.
11.
▲
by
kune
3y ago
The statement "An interface type A is assignable to interface type B if A’s methods are a subset of B’s." is wrong. It is not in the current language specification of Go. The author misunderstood the term type set from the Go lang
12.
▲
by
kune
3y ago
The density of black hole decrease by the inverse square of the mass of the black hole. That means massive black holes have a much lower density that small black holes. So they are more likely to form than small black holes. Dark matter wil
13.
▲
by
kune
3y ago
There are two scenarios: First: Microsoft uses the JWT signing keys in memory and the attacker were able to get access to it by injecting code or get access to the memory image of such a process. Second: Microsoft actually uses HSMs but has
14.
▲
by
kune
3y ago
The comments are full of statements regarding security capabilities for passkeys. But there is no public specification that even defines requirements for the exchange of passkeys between devices. Google and Apple make statements on their we
15.
▲
by
kune
3y ago
Why telnet, if you have `$ echo foo >/dev/tcp/localhost/8080`-
16.
▲
by
kune
3y ago
"Der kluge Hans" is not directly a Brother Grimm title. There is a story "Der kluge Knecht", which translates into "The clever farmhand". The hero of the story is called in the story kluger Hans. There is anoth
17.
▲
by
kune
4y ago
At first I was on the fence too. I'm not use it all the time, but when I need it, it works as expected and it is much less a hassle than I remember writing C++ templates. I have not seen a lot of comments that complained about the slow
18.
▲
by
kune
4y ago
I hope the lawyers ask those companies, what process they are using to avoid to have images from Disney movies in the training set.
19.
▲
by
kune
4y ago
I actually use my German ID card to communicate with the Elster service of the German tax offices. My old USB signing stick would need to be replaced next year, but using my ID card was the cheaper option.
20.
▲
by
kune
4y ago
The article contains a number of problematic statements. One is for instance the statement that Linux destroyed value. It may have for the proprietary UNIX vendors. But this should be balanced by the value Linux and OSS has created overall.
21.
▲
by
kune
4y ago
It was not so easy back then as well. They had draft riots in New York City, which had to be suppressed by regular Union regiments. There were also deserters and bounty jumpers. The South had trouble to support their armies. Lee basically p
22.
▲
by
kune
5y ago
Somebody told me a few years back that the life time of a CISO in a larger organisation is not larger than 24 months. In my organisation that proved to be true so far. Here the rule applies as well.
23.
▲
by
kune
5y ago
People should have a look as k-sortable unique identifiers (KSUID). Binary they are represented by 20 bytes and their string representation has 27 characters, which is shorter than UUIDs since the use a base62 encoding. They are sortable si
24.
▲
by
kune
5y ago
Go 1.18 supports generic functions. Wouldn't a generic function much simpler than an additional type for that use case?
25.
▲
by
kune
5y ago
The change request talks about configuration files as the Apache documentation. Why did they use it for messages? Was this misunderstood?
26.
▲
by
kune
5y ago
We should rename CI/CD pipelines Continuous Patching Pipelines, which would be more appropriate.
27.
▲
by
kune
5y ago
A Jury in Delaware decided already that Google Earth doesn't violate the 1995 Art+Com patent. So the thing is settled. But the fact remains that Art+Com had a working system in 1994 and the Keyhole founders had learned about it working
28.
▲
by
kune
5y ago
Guys please read the Terms of Use of Github section D.4. We need the legal right to do things like host Your Content, publish it, and share it. You grant us and our legal successors the right to store, archive, parse, and display Your Conte