Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ivan4th
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
ivan4th
1mo ago
This book is apparently the main source of inspiration for Blindsight by Peter Watts
2.
▲
by
ivan4th
6mo ago
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://github.com/cl-ai-project/cl-mcp (even
3.
▲
by
ivan4th
1y ago
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 trauma of counting spaces and messing up newlines, etc
4.
▲
by
ivan4th
2y ago
Urartu is missing as well: https://en.wikipedia.org/wiki/Urartu
5.
▲
by
ivan4th
2y ago
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 woods before the war has started I had to leave Russia. Worked
6.
▲
by
ivan4th
2y ago
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 smth people need to invent on their own each time
7.
▲
by
ivan4th
3y ago
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 also a Soviet animation film based on that sh
8.
▲
by
ivan4th
3y ago
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 ok with almost everyone
9.
▲
by
ivan4th
3y ago
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 using (a Soviet clone of) Turbo Pascal and its turtle graphics
10.
▲
by
ivan4th
3y ago
> 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://fd.io It will likely reach the target perf
11.
▲
by
ivan4th
4y ago
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/Kramatorsk_radiological_accide...
12.
▲
by
ivan4th
4y ago
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 template syntax is nothing short of horrible. An endless
13.
▲
by
ivan4th
4y ago
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/tr
14.
▲
Stop NtechLab, the surveillance company that works for Putin's regime
(twitter.com)
34 points
by
ivan4th
4y ago
|
1 comments
15.
▲
by
ivan4th
4y ago
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] and also their employees advertise their involvement wi
16.
▲
by
ivan4th
5y ago
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
17.
▲
by
ivan4th
5y ago
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/stassats JS is here to stay regardless of th
18.
▲
by
ivan4th
5y ago
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 dynamically generated decoder). I've never spre
19.
▲
by
ivan4th
5y ago
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.
20.
▲
by
ivan4th
5y ago
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 each one it proxies, resulting in substantially better performa
21.
▲
by
ivan4th
5y ago
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 QUIC for e.g. a single file if I have 3x50Mbps connections
22.
▲
by
ivan4th
5y ago
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 your router and MPTCP->TCP converter running
23.
▲
by
ivan4th
5y ago
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)
24.
▲
by
ivan4th
5y ago
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 creates multiple subflows, one for each available path. Each subf
25.
▲
by
ivan4th
5y ago
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. Problem is, QUIC can’t do this, and while multipath QUIC e
26.
▲
by
ivan4th
5y ago
Hmm, cool project. Making it work over MPTCP [1] could also make it a kind of replacement for shadowsocks [2] for the purpose of converting plain TCP to Multipath TCP, as it is used in OpenMPTCPRouter [3]. Shadowsocks is used for MPTCP prox
27.
▲
by
ivan4th
6y ago
Docker is not using chroot and iptables aren’t the most important part of “creating the perception”. The primary tools are Linux namespaces and cgroups. For many purposes, these abstractions aren’t too leaky (and sometimes quite useful with
28.
▲
by
ivan4th
6y ago
I wonder if irradiating by say 10 MeV electron beam could work for raw milk. Perhaps with the right dose, the taste shouldn't be altered significantly, yet the bacteria should be gone
29.
▲
by
ivan4th
6y ago
Proper ARM SBCL with threads yay
30.
▲
by
ivan4th
6y ago
For me there's very good reason for running home k8s cluster: dogfood factor. I run my smarthome and home surveillance (zoneminder) stuff, along with UniFi controller on k8s, and I must say that helps me a great deal with SRE part of m
More ›