Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yogsototh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
yogsototh
6d ago
I myself learned programming with logo, at my school when I was 8 or 10. And it was a delight, I am so grateful it existed. But quite surprisingly, when later during my Ph.D. part of my time was dedicated to give exercises to students. And
2.
▲
by
yogsototh
1mo ago
I personally host a forgejo instance on a private VPS ; so far almost no maintenance except protecting it from ai-crawlers[#1]. If you don't want the hassle, codeberg.org is a public instance of forgejo. [#1]: https://her.es
3.
▲
by
yogsototh
2mo ago
I wonder what side you would put Malbolge, What side for python? Haskell? Idris? Clean? C? K?... white/dark side is too much of a simplification to me. Programming language equilibrium is a very complex subject and fascinating one. Aft
4.
▲
by
yogsototh
5mo ago
Personally this is a hidden trick I use. Ask AI to build something. By default it will use python. Sometimes js or typescript. Ask then to do the same thing in Clojure. The result is generally an order of magnitude better. Shorter, easier t
5.
▲
by
yogsototh
9mo ago
I remember a documentary about learning things to kids, and in order to optimise learning efficiency the optimal ratio for difficult questions should be 1/4. So the children continue to feel good about themselves, while still improving
6.
▲
by
yogsototh
10mo ago
I think there are a few movies that made me realize how much the space is vast, empty and adverse to life. I think it would be nice for people to take a look at them: - Aniara (2018) - High Life (2018) and maybe in a less artistic view: - P
7.
▲
by
yogsototh
10mo ago
I remember there were data loss, but my account appears to have been recovered. You may try to login again, and with luck, like me you will get back your history.
8.
▲
by
yogsototh
1y ago
I host a forgejo instance and I feel it is great to embrace the distributed nature of git. But be aware if you intend to host it you will need to protect it from recent AI web scrapers. I use anubis but there are other alternatives.
9.
▲
by
yogsototh
1y ago
I personally have great success with gptel + mcp + claude (via copilot due to corporate restrictions) I wrote a short article about how I configured it there: https://her.esy.fun/posts/0029-ai-assistants-in-doom-emacs-3
10.
▲
by
yogsototh
1y ago
I think this already exists and there are lot of them. Regarding stealth AI interview, there are many existing products. Mainly they listen to the interview, and write down answers in an overlay for you to repeat. They ace leet code, etc...
11.
▲
by
yogsototh
1y ago
I had the same idea for a talk a long time ago the result is https://git.esy.fun/yogsototh/gpm I never used it seriously, but the concepts are easy enough to grasp. Have a separate dedicated branch that contains all th
12.
▲
by
yogsototh
1y ago
"Purely Functional Programming", I guess mostly Haskell/Purescript. So this only really mean: Purely Functional Programming by default. In most programming languages you can write "hello " + readLine() And this woul
13.
▲
by
yogsototh
2y ago
For being an Haskell and Clojure dev. Data manipulation in Clojure requires a mind shift coming from Haskell. But it feels a lot more straightforward in Clojure. Even if `lens` is incredible. This is like Haskell lenses was were included in
14.
▲
by
yogsototh
2y ago
One part of the joy that came with using Clojure is that there isn't really any bad choice. For example, I wanted a quick and dirty internal web application for admin purposes. I went with reframe. Why? Because I wanted to try it. And
15.
▲
by
yogsototh
2y ago
I am pretty confident the spammers will remove the `+` suffix from your email. And this is why I find the Apple fake email building solution a lot better because they build a fully different email per service. No way for the service to be a
16.
▲
by
yogsototh
3y ago
I am very glad of the architecture we use at my current company. This is a monolith, BUT with the capacity to be deployed as microservices if needed. The code is structured in such a way that you only start the sub services you need. We ha
17.
▲
by
yogsototh
3y ago
Let me talk about my experience. I was (yes was) mostly an Haskeller. I loved using Haskell, and even a long time ago (in 2007 I think) when I learned it, the book to learn the basic of the language had snipped that no longer worked. But I
18.
▲
by
yogsototh
3y ago
Let me add my 2cents on this subject. I feel that due to its functional nature or perhaps this is just the community bias, Clojurists tend to prefer mixing lower level libraries to build their web application instead of relying on a specifi
19.
▲
by
yogsototh
3y ago
That's really great! Thank you for that. I saw some people asking for a good RSS reader. Personally I will use elfeed, and I also use elfeed-org so I could import the OPML file and export it into my existing RSS feeds.
20.
▲
by
yogsototh
3y ago
This is pretty nice, but for my blog I noticed the latest article are wrong. Check yannesposito.com
21.
▲
by
yogsototh
3y ago
https://yannesposito.com (or its clone https://her.esy.fun ) I blog about functional programming (haskell, clojure), but also emacs org-mode, thing like these. I sometimes tell myself I should invest more time to writ
22.
▲
by
yogsototh
3y ago
Personally I find that LISP syntax remove a layer of complexity by directly exposing the AST to my brain instead of adding a layer of internal parsing. 1 + x * 2 - 3 % x is longer to decipher than (% (- (+ (* x 2) 1) 3) x)
23.
▲
by
yogsototh
4y ago
I still follow Quanta Magazine, but I kind of moved from it to SciTechDaily, which while still imperfect, generally has a direct link to the scientific article for which, if they have done their work correctly, is easier to follow after the
24.
▲
by
yogsototh
5y ago
I use nix home-manager and yadm. Mostly on macOS. I blogged about it here https://her.esy.fun/posts/0021-my-personal-environment-sync/...
25.
▲
by
yogsototh
5y ago
not really a simulation but the movie “threads” gives what seems to be a very crude and realistic potential scenario viewed from the population standpoint.
26.
▲
by
yogsototh
5y ago
I use a single Makefile with pandoc. https://her.esy.fun/posts/0018-makefile-as-static-site-build... I use org-mode instead of markdown. But this system is agnostic of your source. Low maintenance, and will probably st
27.
▲
by
yogsototh
5y ago
From the description it looks like org-roam would be a good open-source alternative.
28.
▲
by
yogsototh
7y ago
On a scaleway (about 20€/month): - my websites with nginx - IRC (ngircd) - ZNC - espial for bookmarks and notes - node-red to automate RSS -> twitter and espial -> pinboard - transmission - some reddit bots manager I’ve written i
29.
▲
by
yogsototh
7y ago
I've made a short presentation about filling the gap between just pure git and something like gitlab. https://her.esy.fun/slides/git-project-manager.html Mostly, project-management features.
30.
▲
by
yogsototh
7y ago
Basic: log to syslog Advanced: log structured objects (keys and string values) to Riemann. Write smart rules in Riemann then send those to ES and explore structured object in Kibana.
More ›