Viewing profile — continuational
continuational
HN member- Joined
- Mon, Aug 03, 2015, 7:58 AM UTC
- HN karma
- 1,362
- Public activity
- 491 items
- HN profile
- View on Hacker News ↗
About continuational
I'm a husband and a father of two. I've been working in Scala for over a decade, and I'm part of the founding team at Paqle.
I work on a full stack programming language called Firefly and I organize a functional programming meetup in Copenhagen:
https://www.meetup.com/moedegruppefunktionellekoebenhavnere/
It's once a month - swing by if you'd like to meet up!
meet.hn/city/55.6867243,12.5700724/Copenhagen
Recent public activity
-
comment
Comment #49198582
Well it's not like most companies can pay for freshly made software; most software today is made for a wide audience, bought frozen and reheated in the microwave. Maybe freshly pre…
-
comment
Comment #49198235
Been working on something like that for years: https://www.firefly-lang.org/
-
comment
Comment #49196345
It's kinda funny there is still software coming out whose security model is "constantly ask the user for permission, and hope they never make a mistake". It's been tried so many ti…
-
comment
Comment #49195271
When you have a tradeoff between two parameters, which points dominate the others in the sense that you can't choose another point without getting less of one of the parameters.
-
comment
Comment #49141790
Why ask GLM-4.7 instead of GLM-5.2?
-
comment
Comment #48981383
If an alien lands on Earth and learns English, would you deem it non-intelligent if you can tell it apart from a human in conversation? I think we should consider slime mold intell…
-
comment
Comment #48980450
Maybe. School shootings happen every year in the US, yet guns aren't banned. Besides, banning open models would put ordinary US businesses at a disadvantage compared to the rest of…
-
comment
Comment #48980010
The parent post is saying that the officer didn't show up for 20 years, with no burglaries in your neighborhood in between.
-
comment
Comment #48687626
I do, and frankly I enjoy my day more when I don't feel like I'm being a jerk, even towards a robot. But mostly as part of a follow up message. I also think it signals that I was h…
-
comment
Comment #48687275
Well, what if it "just" increased white collar productivity by 1.5x, what would that be worth?
-
comment
Comment #47958234
Sure, but this is an example from the article, and pertains to sum types in general, not just Maybe.
-
comment
Comment #47958226
I don't think so, where's the extra information in the Zig example? In Rust, which is arguably also a low level language, it looks like this: enum Option { None, Some(T), }
-
comment
Comment #47958133
Do you really prefer this: fn Maybe(comptime T: type) type { return union(enum) { value: T, nothing, const Self = @This(); pub fn just(the_val: T) Self { return .{ .value = the_val…
-
comment
Comment #47611557
What's open about OpenRouter?
-
comment
Comment #47305413
I'm working on Firefly, a programming language for full stack webapps: https://www.firefly-lang.org/
-
comment
Comment #46848637
To find slop in this submission, you don't have to look any further than the very first picture.
-
comment
Comment #46666882
Got 50% in first try, the computer only made two guesses, one right and one wrong, and passed the rest.
-
comment
Comment #46343421
Not long ago I was looking through programming language sites to figure out how to best introduce the language I'm working on. ruby-lang.com stood out with a text in a big font: Ru…
-
comment
Comment #46270979
A programming language for the web: https://www.firefly-lang.org/
-
comment
Comment #46204429
Sure, but one could imagine that there are people working at the supermarket who would also rather do personal stuff or go cycling. But there they are, serving you.
-
comment
Comment #46066244
I think this kind of slop has negative value. It's unclear how much of the information in the comic is hallucinated, and the malformed code "for i = i1+|>" and nonsense text "(star…
-
comment
Comment #46055544
But on Hetzner, you can usually get a dedicated server installed and ready tomorrow.
-
comment
Comment #45901761
A few years ago I worked on TopShell, an attempt to reimagine the shell+terminal using functional programming: https://github.com/topshell-language/topshell#readme It ticks some of…
-
comment
Comment #45878484
Thank you! Yeah, I think some of the newer frameworks really complicate dataflow. We're trying to keep dataflow clear, though it's a big design space given the distributed nature o…
-
comment
Comment #45873099
Working on a programming language for webapps! https://www.firefly-lang.org/ Speed is not an optional feature on the web. The site above is written in Firefly, uses hydration, and …