Viewing profile — ivan4th
ivan4th
HN member- Joined
- Mon, Nov 24, 2014, 5:51 AM UTC
- HN karma
- 478
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About ivan4th
No profile information was provided.
Recent public activity
-
comment
Comment #47646273
From my experience Claude Code is not that bad with Common Lisp and can do REPL-style development. I've been using this MCP server (an older version with some tweaks): https://gith…
-
comment
Comment #44509174
Helm is an abomination, as the whole idea of using a text template engine to generate YAML is. And this vulnerability adds insult to injury ;) Sorry, just can't really recover from…
-
comment
Comment #42399658
Urartu is missing as well: https://en.wikipedia.org/wiki/Urartu
-
comment
Comment #42221158
I used OpenMPTCPRouter to aggregate 3 LTE connections (via routers connected to directional antenna, with SIM cards from different operators) when I was living in a house in the wo…
-
comment
Comment #41712036
Common Lisp has CLOS (Common Lisp Object System), which is quite sophisticated object system with metaobject protocol and multiple dispatch, as a part of its spec. Not that it's sm…
-
comment
Comment #39025865
Others mention autonomous mode thing being overhyped somewhat. But besides, that starts to remind me of home automation in Ray Bradbury's "There Will Come Soft Rains"... There was …
-
comment
Comment #38642878
Yep. Many complain that with Lisp, you need to count parentheses (spoiler: you don't need to). And then proceed to count spaces for indent/nindent in the charts... That's somehow o…
-
comment
Comment #37711075
I grew up in Russia, and ES-1841 was my first computer, too. Also with a printer, yet no HD. That was 1990 and I was 10 y.o... Once printed a caricature of one of school bullies us…
-
comment
Comment #37422950
> The top shows that single-core performance is the bottleneck, and all CPU is consumed by ksoftirqd. Trying out VPP instead of Linux kernel networking might make some sense: https…
-
comment
Comment #34607816
BTW, there was an accident in Ukraine (Soviet Union at the time) related to a radioactive capsule that ended up in the wall of an apartment building https://en.wikipedia.org/wiki/K…
-
comment
Comment #33579800
I find this syntax argument a bit strange nowadays. There's this extremely popular Kubernetes tool called Helm, which uses go-templated YAML to generate Kubernetes resources. The t…
-
comment
Comment #31957785
This might help with some of the issues with go statement mentioned in the article: https://blog.labix.org/2011/10/09/death-of-goroutines-under-... https://github.com/go-tomb/tomb/…
-
comment
Comment #31599801
This company literally makes 1984 possible in Russia, being of tremendous help to the Putin's effort to stifle any internal dissent [1]. Yet the company itself is Cyprus-based [2] …
- story
-
comment
Comment #30059894
BTW they're about to impose (almost) total ban on crypto in Russia exactly b/c of FSB complaints that it's being used to fund the opposition, such as Navalny's followers
-
comment
Comment #29026983
Somewhat related: if you're using Common Lisp, and SBCL in particular, please consider sponsoring Stas Boukarev, who is an important SBCL contributor https://www.patreon.com/stassa…
-
comment
Comment #28541672
I did write some DOS viruses back when I was a kid, including a "stealth" one (invisible when reading the infected files via int 21h) and another one polymorphic (encrypted with dy…
-
comment
Comment #27313018
Posted a detailed explanation slightly above... Glorytun will not work to well with TCP b/c it doesn't provide separate congestion control for each path like MPTCP does.
-
comment
Comment #27313016
OpenMPTCPRouter uses shadowsocks [1] and its ss-redir as a kind of a transparent TCP proxy. The advantage of shadowsocks is that it creates separate outgoing TCP connection for eac…
-
comment
Comment #27311037
Sorry for incorrect wording. I don't need multipath to be present in the same spec as the QUIC core. What I meant is when I will be able to have slightly less then 150Mbps over QUI…
-
comment
Comment #27311005
I use OpenMPTCPRouter [1]. It's a bit of kitchen sink so I'm thinking of replacing it with something simpler, but the basic idea is that you have a TCP->MPTCP converter running on …
-
comment
Comment #27310806
Wake me up when multipath support is included... Till then I prefer TCP b/c I can use MPTCP to utilize all of my rural LTE bandwidth for each single flow (e.g. downloading a file)
-
comment
Comment #26842176
There are several possibilities of dealing with UDP traffic in OMR. 1) Multipath VPN (glorytun). Thing is that UDP spread over multiple paths will not as well as MPTCP. MPTCP creat…
- comment
-
comment
Comment #26838915
I have recently improved my rural multi-LTE setup by means of OpenMPTCPRouter [1]. MPTCP does a really great job at aggregating multiple paths for better throughput and reliability…