Viewing profile — gylterud
gylterud
HN member- Joined
- Thu, Mar 21, 2019, 11:38 AM UTC
- HN karma
- 376
- Public activity
- 138 items
- HN profile
- View on Hacker News ↗
About gylterud
Recent public activity
-
comment
Comment #48094561
Juniors learn. Some juniors are potential good seniors. Over time they will internalise good architecture and be able to make good judgments on their own. Micromanaging LLMs is lik…
-
comment
Comment #48088108
On my spare time, I am working on my game, a sci fi dungeon crawler – written in Haskell. Currently finishing up the graphics engine. OpenGL based. 2.5D but with a real 3D dynamic …
-
comment
Comment #47890211
As a university professor, I still get random people e-mailing me “dumb questions” every once in a while. And I still try my best to answer them – in the spirit of keep the Interne…
-
comment
Comment #47228738
No changing when schools and kindergartens are open. Where I live, kindergarten closes 16:30. So 8–16 it is!
-
comment
Comment #47208673
Not sure why the comments here are so negative! I found it mildly interesting, and worth a few minutes on a Sunday!
-
comment
Comment #47202248
I did not realise there are ads for LLMs. Of course if I thought about it, I would conclude that there must be. But somehow the concept seems strange to me. What do they advertise?…
-
comment
Comment #47177963
Countries do not do, things people do. Dehumanising “the others” is a human trait, and a very destructive one. Just like violence and greed. People have different susceptibility fo…
-
comment
Comment #46915029
I owe so much to this blog! It was such an inspiring read when I started out programming in Haskell back in 2007. Today I am a professor in computer science and still draw on it fo…
-
comment
Comment #46868155
No, but they emulate intelligence by making up connections between seemingly disparate things, where there are none.
-
comment
Comment #46772840
Well, with the help of Microsoft and Apple, who knows? This might just be the years of the Linux desktop! Valve has made Linux gaming a thing. So, even normies are trying it…
-
comment
Comment #46623069
https://hakon.gylterud.net/ I write there about anything which interests me. My site is written in Markdown and an mkfile builds it using Pandoc. There is even an atom feed for my …
-
comment
Comment #46575584
I used Gentoo for ten years (2005–2015), and I was very happy with it! Stable was not the word I would use, in that updating frequently broke and required manual intervention. But …
-
comment
Comment #46554352
One would then maybe suspect breaking up alliances with Europe is the point of the whole thing.
-
comment
Comment #46541804
I had not thought about this perspective (I wrote this essay many eons ago). But now I have a good colleague who is dyslexic, and he said the same thing. He says, for him, the colo…
-
comment
Comment #44959216
I guess they were confused by the GHc documentation which says that the language option TraditionalRecordSyntax was introduced then, and enabled by default. Of course, the actual s…
-
comment
Comment #44951725
Cool. I might go back to it sometime some time! I really liked the routing protocol and the ease of setting up services for it.
-
comment
Comment #44944409
What is the status on I2P these days? I used to run a lot of stuff on it. It was a lot of fun. It was like this cozy alternative development of internet, where things still felt li…
-
comment
Comment #44899036
The day when LLMs generate useful code with dependent types! That would be awesome!
-
comment
Comment #44899024
The way code is written in Haskell, small laser focused functions and clearly defined and mockable side effects, lends itself very well to property based testing. This might not be…
-
comment
Comment #44897793
I have found that Haskell has two good things going for it when it comes to LLM code generation. Both have to do with correctness. The expressive type system catches a lot of mista…
-
comment
Comment #44897719
I usually treat the LLM generated Haskell code as a first draft. The power of Haskell in this case is the fearless refactoring the strong type system enables. So even if the code g…
-
comment
Comment #44888441
Great explanation! I guess it also hints at why the sequences keep getting smaller when you compress it several times (as mentioned in a footnote). Each compression peels away laye…
-
comment
Comment #44888206
Yes, sorry for just teasing its existence. I shall see if I can find a good way to present it when I have some time!
-
comment
Comment #44888188
Neat! The AI game seems to go on forever. It hasn’t found the winning strategy. Which is fine. The infinite sequences seem to be getting the most juice in the discussion here.
-
comment
Comment #44887566
Cool! I haven’t thought about varying the number of stones one could put. It’s definitely a variation to look into! Would your intuition be that this makes it so that neither playe…