HackerTrans
TopNewTrendsCommentsPastAskShowJobs

styluss

no profile record

comments

styluss
·last month·discuss
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.
styluss
·last month·discuss
Australia is part of the EBU https://en.wikipedia.org/wiki/European_Broadcasting_Union
styluss
·3 months ago·discuss
> 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's very brightly colored and it's very loud and it's fun, for a while. Some people have been on the ride for a long time and they begin to question: "Is this real, or is this just a ride?" And other people have remembered, and they come back to us, they say: "Hey, don't worry, don't be afraid, ever, because this is just a ride."

Bill Hicks

Fixed name
styluss
·3 months ago·discuss
https://lisette.run/
styluss
·5 months ago·discuss
Hey tried a couple and got "iBackgroundColor undeclared identifier" on ghostty 1.2.3
styluss
·5 months ago·discuss
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 people against other people". He didn't care much for the extraterrestrial part of the show but was very interested in portrayal of authoritarianism.
styluss
·6 months ago·discuss
Someone should make a areweidiocracy with links to these
styluss
·6 months ago·discuss
https://go.dev/doc/faq#assertions
styluss
·6 months ago·discuss
And Venetian Snares encoded his cat https://eeggs.com/items/46956.html
styluss
·7 months ago·discuss
Which conflicts? Gleam seems to be released often?
styluss
·8 months ago·discuss
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.
styluss
·8 months ago·discuss
What kind of work accomodations have you seen that work/help for people with autism or ADHD?
styluss
·9 months ago·discuss
52,874 are connected to the internet according to Shodan.https://www.shodan.io/search?query=redis+product%3A%22Redis+... Not affiliated with them.
styluss
·10 months ago·discuss
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 output and noticed there were multiple duplicate entries.
styluss
·10 months ago·discuss
lacy https://crates.io/crates/lacy might be what you want