Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
styluss
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
styluss
3mo ago
I work with a Go monorepo and set up Bazel for a couple of services that used CGo. It took a while but was painless to set up.
2.
▲
by
styluss
3mo ago
Australia is part of the EBU https://en.wikipedia.org/wiki/European_Broadcasting_Union
3.
▲
by
styluss
5mo ago
> The world is like a ride in an amusement park. And when you choose to go on it you think it's real because that's how powerful our minds are. And the ride goes up and down and round and round. It has thrills and chills and it
4.
▲
by
styluss
5mo ago
https://lisette.run/
5.
▲
by
styluss
7mo ago
Hey tried a couple and got "iBackgroundColor undeclared identifier" on ghostty 1.2.3
6.
▲
by
styluss
7mo ago
Mild Spoilers. I will always have a special place for Babylon 5. One time I was watching it with my father who lived under a dictatorship, watched a scene with Mr Morden and Lando, immediately said "this kind of talk is meant to put pe
7.
▲
by
styluss
8mo ago
Someone should make a areweidiocracy with links to these
8.
▲
by
styluss
8mo ago
https://go.dev/doc/faq#assertions
9.
▲
by
styluss
9mo ago
And Venetian Snares encoded his cat https://eeggs.com/items/46956.html
10.
▲
by
styluss
9mo ago
Which conflicts? Gleam seems to be released often?
11.
▲
by
styluss
10mo ago
In Go, if one would ignore the error, it could result in a panic or the program would continue with some unexpected state. Go projects work on an honour system and either return Nils with errors or empty structs.
12.
▲
by
styluss
10mo ago
What kind of work accomodations have you seen that work/help for people with autism or ADHD?
13.
▲
by
styluss
11mo ago
52,874 are connected to the internet according to Shodan. https://www.shodan.io/search?query=redis+product%3A%22Redis+... Not affiliated with them.
14.
▲
by
styluss
1y ago
Pprof doesn't tell you if something was leaked aka still around. I fixed a leak recently because of misuse of a slice with code like slice = append(slice[1:], newElement) I only figured it out by looking at the pprof heap endpoint outp
15.
▲
by
styluss
1y ago
lacy https://crates.io/crates/lacy might be what you want
16.
▲
by
styluss
1y ago
sounds like your describing https://linux.die.net/man/1/ts
17.
▲
by
styluss
1y ago
They also changed maps' iteration order to be random, rather than insertion order.
18.
▲
by
styluss
2y ago
Nil receivers are such a thing to have
19.
▲
by
styluss
2y ago
To this day, the best way to practice typing, for me, is https://en.m.wikipedia.org/wiki/The_Typing_of_the_Dead
20.
▲
by
styluss
2y ago
Oh absolutely, whenever i use anything, I have to see how to integrate cancellation and now context is everywhere just for this. It gets overly verbose because of "simplicity"
21.
▲
by
styluss
2y ago
data, ok := <-someChan If ok is false, the channel is closed and data is a zero value.
22.
▲
by
styluss
2y ago
I accidentally tried to fly with a small kids juice box and sunscreen. They throw your stuff into a machine. I would've expect that they take a sample from inside but they just scanned the outside
23.
▲
by
styluss
2y ago
Nim fits a lot of Go's use cases. It is way more niche though.
24.
▲
by
styluss
2y ago
First link in "further information" https://cacm.acm.org/research/almost-linear-time-algorithms-...
25.
▲
by
styluss
2y ago
can you explain a bit what you mean with > - Lack of dependency injection/inversion of control. I find it interesting the author lists this as an advantage. With Rails, I was always a little anxious not knowing where things were def
26.
▲
by
styluss
2y ago
Yup. There is no self awareness of how much we got from all our colonial history. It is also wild seeing how people are reacting to the President talking about reparations.
27.
▲
by
styluss
3y ago
> Techniques like memory pools, manual memory management, directory compression, and compact file formats reduced metadata memory usage by 90%. It is interesting that high performance systems in Go end up needing these kind of performanc
28.
▲
by
styluss
3y ago
Wasn't there stuff that only appears in the XML output?
29.
▲
by
styluss
3y ago
I'm not part of the project but it seems to be generated from this package https://github.com/csnewman/ffmpeg-go/tree/master/internal%2...
30.
▲
by
styluss
3y ago
Feels like there is a trend for new accounts to post news
More ›