Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lkuty
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
lkuty
1mo ago
With TCO, a state transition is implemented just as a function call. I find it very elegant and see TCO as great bonus in programming languages.
2.
▲
by
lkuty
1mo ago
I am happy I always read some HN comments before clicking on the OP link. I can save time. We should plant trees everywhere in the world, that's one of the great thing we can do for this planet and thus for us.
3.
▲
by
lkuty
2mo ago
And also doing the exercises of The Scheme Programming Language 4th at the same time to refresh my Scheme knowledge. Using DrRacket as an IDE with the line `#!r6rs` to avoid using the Racket language.
4.
▲
by
lkuty
2mo ago
I also have started doing SICP recently with Racket and `#lang sicp`. Sometimes I skip some exercises and will come back to them at a later time. It allows me to choose when to advance reading the text or make the exercises. So far in secti
5.
▲
by
lkuty
2mo ago
I don't think it is necessary to avoid Racket since "The language #lang sicp provides you with a version of R5RS (the fifth revision of Scheme) changed slightly in order for programs in SICP to run as is." DrScheme is great f
6.
▲
by
lkuty
4mo ago
But then you have all the Erlang libraries for free which is huge. And you add to them the Elixir libraries and that gives you a lot of stuff, just like you get with languages with rich libraries e.g. Java, Ruby, ... I find it reassuring.
7.
▲
by
lkuty
5mo ago
Being belgian I thought that the city of Brussels did something. Using the term EU is more precise I guess in this case. For us, Brussels is just a town in our country, not the EU or representing the EU.
8.
▲
by
lkuty
5mo ago
L'oisiveté est la mère de tous les vices ;-) Which is a lie of course.
9.
▲
by
lkuty
6mo ago
Rediscovering it through the Dafny programming language. Brings back memories of a 1994 University course.
10.
▲
by
lkuty
6mo ago
"The whole proxy is maybe 200 lines of Go with an in-memory MAC-to-tenant lookup table." Is it possible to have the source code or is it private ?
11.
▲
by
lkuty
7mo ago
This is exactly what I am feeling (the title, didn't read). I can't see why I would give a copy of my official id card or a picture of my face to a basic service on the Internet. Seriously ? They do not deserve it. Even my phone n
12.
▲
by
lkuty
7mo ago
Like in the Dafny pogramming language. Cfr. https://www.youtube.com/watch?v=oLS_y842fMc
13.
▲
by
lkuty
7mo ago
I realized this when I was on vacation in the french alps in summer time and saw a place dedicated for snow storage and labeled as such. I was "what ???" and then the penny dropped and I was impressed by that notion of having to s
14.
▲
by
lkuty
8mo ago
Yes. Go check https://en.wikipedia.org/wiki/Metric_prefix and also https://en.wikipedia.org/wiki/Binary_prefix if you want 1024 bytes.
15.
▲
by
lkuty
8mo ago
Yes, I do not trust TM. That's why I have both a backup with TM for convenience and also to have all the files (including system files), and a mirror of the important files (basically my home directory) with `rsync`.
16.
▲
by
lkuty
8mo ago
Made me think of "How to do the jhanas" by Nadia Asparouhova: https://nadia.xyz/jhanas Cessation is impressive and the rest too.
17.
▲
by
lkuty
8mo ago
"(...) maybe growing vegetables or using a Haskell package for the first time, and being frustrated by how many annoying snags there were." Haha this is funny. Interesting reading.
18.
▲
by
lkuty
9mo ago
Tsoding made a video about it : https://www.youtube.com/watch?v=0o8Ex8mXigU
19.
▲
by
lkuty
10mo ago
Do you plan to share your solutions on Github or something similar ?
20.
▲
by
lkuty
10mo ago
Since my mother tongue is french, I guess I didn't choose the proper english word. In the context of an attack we sometimes see the "fight or flight" response. But I don't know what is the best term to translate "fu
21.
▲
by
lkuty
10mo ago
This reminds me of Henri Laborit's book entitled "Eloge de la fuite" (in praise of flight) which states that when faced with stress, we can respond with action, flight, or inaction. Unlike the other two responses, inaction is
22.
▲
by
lkuty
10mo ago
I only read the first 88 pages of Prolog Programming in Depth but I found it to be the best introductory book for programming in Prolog because it presents down to earth examples of coding like e.g. reading a file, storing data. Most other
23.
▲
by
lkuty
10mo ago
@YeGoblynQueenne Dunno if it will ping the person
24.
▲
by
lkuty
10mo ago
https://www.youtube.com/watch?v=ck9DjekcK4M Looks like there are 14 videos.
25.
▲
by
lkuty
11mo ago
Haha the translation is so funny. But I confess, as a native french speaker, I could not code in that language. It is so weird because I am used to english for coding now. Sometimes I write my variable names in french and I think I even use
26.
▲
by
lkuty
11mo ago
I think the median is better than the average because high salaries (outliers) will skew the average upwards. So now I am wondering what is the median salary and how it compares to the average.
27.
▲
by
lkuty
11mo ago
This raises the interesting point of finding a balance between knowing/searching and letting go when it comes to health. Lead is a major one but obession about health can lead to anxiety, stress. I think that finding the major factors
28.
▲
by
lkuty
1y ago
I guess that `no snmp-server` is enough to be protected. Well, I hope so.
29.
▲
by
lkuty
1y ago
I think that is a good idea to keep URLs as text. I use the Tab Session Manager extension which allows me to export saved sessions (title, URL, with a little bit of extra stuff) as text (json actually, a little bit too verbose) and I also u
30.
▲
by
lkuty
1y ago
And a must-have in Erlang/OTP (and Elixir of course) where you can "loop" passing the altered state as a parameter. I love it. And wish that all languages implement TCO. That's one of the reason I also like Scheme.
More ›