Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
code_martial
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Levee – a self-tuning circuit breaker and concurrency limiter for Go
(github.com)
3 points
by
code_martial
2mo ago
|
0 comments
2.
▲
by
code_martial
6mo ago
> This saved time I would otherwise have spent debating with coworkers. But it’s not always right and it is easily led astray (and will lead astray), so you need a clear idea in mind, a firm hand, and good judgment. The “will lead astra
3.
▲
by
code_martial
7mo ago
`EDITOR=mg` is a great find. I never knew of it before! One caveat I found is that it doesn’t support unicode (at least not in the default mac installation).
4.
▲
by
code_martial
8mo ago
You can preallocate your data structures and control memory layout in Go. Also, despite GC there’s a sizeable amount of systems programming already done in Go and proven in production. Given how much importance is being deservedly given to
5.
▲
by
code_martial
8mo ago
It looks like there’s Canada to cross before reaching the US. Am I missing something?
6.
▲
by
code_martial
8mo ago
I’m not sure. I keep asking the LLMs whether I should rewrite project X in language Y and it just asks back, “what’s your problem?” And most of the times it shoots my problems down showing exactly why rewriting won’t fix that particular pro
7.
▲
by
code_martial
9mo ago
I just asked Claude to create a memory system for itself for one of my projects. It created a file based utility written in Rust on its own. I offered it to use beads but it declined as beads is a task tracker and what we needed was a spec
8.
▲
by
code_martial
11mo ago
No, that’s not what I said.
9.
▲
by
code_martial
11mo ago
It’s a worthwhile answer if it can be proven correct because it means that we’ve found a way to create intelligence, even if that way is not very efficient. It’s still one step better than not knowing how to do so.
10.
▲
by
code_martial
11mo ago
Reminds me of a 10 letter Greek word that starts with a k.
11.
▲
by
code_martial
11mo ago
Glad you found it helpful! Most of it is distilled from High Performance Browser Networking ( https://hpbn.co/ ). It’s a very well organised, easy to follow book. Highly recommended! Unfortunately, it’s not updated to include
12.
▲
by
code_martial
11mo ago
Here’s a conceptual background about how and why HTTP/3 came to be (recollected from memory): HTTP/1.0 was built primarily as a textual request-response protocol over the very suitable TCP protocol which guaranteed reliable byte s
13.
▲
by
code_martial
1y ago
I’d been looking for networking books meant for software developers for a while and just ordered “High Performance Browser Networking” and “Kubernetes Networking” a few hours ago. If only this was posted yesterday! I had read Andrew Tanenba
14.
▲
by
code_martial
1y ago
Better your Dad with a funny story than your boss with a victory tale!
15.
▲
by
code_martial
1y ago
On-shore manufacturing requires an on-shore workforce. I’m wondering how this will sit with any company that wants to invest in on-shore manufacturing. I mean, what’s the big picture here?
16.
▲
by
code_martial
1y ago
My child is.
17.
▲
by
code_martial
1y ago
I was considering a purchase, seeing as it is such a wealth of information and history. However, there are expletives in chapter titles! That’s a no-no for a collection-worthy book.
18.
▲
by
code_martial
2y ago
I can’t watch the tutorial because YouTube insists on a sign-in. -_-
19.
▲
by
code_martial
2y ago
Subversion and lies are human behaviours projected on to erroneous AI output. The AI just produces errors without intention to lie or subvert. Unfortunately, casually throwing around terms like prediction, reasoning, hallucination, etc. onl
20.
▲
by
code_martial
14y ago
You're right about that. However, I find it easier to understand Go's concurrency model by starting with dataflow and then adding one more requisite (channels), than starting with classic fork-and-join and then making a bigger jump to messa
21.
▲
by
code_martial
14y ago
> Funny thing about Go is that as a compiled language, folks often need to send the source-code to the deployment servers to compile on them too. Doesn't seem like a situation precipitated by something in Go. I've found cross-compilatio