Viewing profile — eeue56
eeue56
HN member- Joined
- Wed, May 15, 2013, 8:53 AM UTC
- HN karma
- 86
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About eeue56
No profile information was provided.
Recent public activity
-
comment
Comment #47686656
No worries at all! I didn't take offense, it's very easy to forget one or two projects when quite frankly, Elm has managed to spawn or inspire so many!
-
comment
Comment #47680779
Derw, a human written Elm fork by me, is largely self-hosted. I took that decision with inspiration from Go: 1) it gave me a large codebase which could be used to assess language f…
-
comment
Comment #47680685
You're missing Derw from that list: https://www.derw-lang.com/ . Predates all the others, and is from a former core team member (me). I'm also the author of server-side Elm experim…
-
comment
Comment #46278821
https://leanpub.com/egolessengineering/ Egoless Engineering, a book about how to be an enabling staff engineer in the Nordic's largest mediahouse. I saved up vacation and took the …
-
comment
Comment #45870421
Tools to help my mental health tracking[0], and sharing with others how I manage my limited amount of energy[1]. They're kind of related, since mental health impacts my energy, so …
-
comment
Comment #45412276
Native Welsh speaker here! It has always been a dream of mine to go to Y Wladfa, and share a bond through language with people there. One fun fact - my dad took some higher-learnin…
-
comment
Comment #44551169
Oh, there were definitely multiple things wrong. Bear in mind that this was 12 years ago, so this is just what I took away with me as an on-going learning. Obviously showing errors…
-
comment
Comment #44550301
We actually did test. We didn't test in the exact same conditions or environment (i.e with no internet access), as we didn't find out about the no-internet restriction until the la…
-
comment
Comment #44550048
Author here! Indeed - I have an extended equivalent from CGI-bin that I'm including in the full story in the book, since running things as a script vs as a program has different im…
-
comment
Comment #44550022
Author here! The way I put this practice into place involves accepting that people will just do whatever they find easiest, regardless of whether it's technically the right thing t…
-
comment
Comment #44550000
Author here! In this case, I think the actual API we used would take a callback for success, and a callback for errors. I just used JS an example for how unnatural it would be to c…
-
comment
Comment #44448175
The "trendy stack" comment seems misplaced. CS is famously written in Ruby on Rails, not PHP, perhaps one of the most "trendy" stacks at the time[0]. Coincidentally, CS is also awf…
-
comment
Comment #42769464
I would do this instead: type MyEnum = { active: 0; inactive: 1; } const MyEnum: MyEnum = { active: 0, inactive: 1, } const showAge = MyEnum.active; const showPets = MyEnum.inactiv…
-
comment
Comment #42592635
Location: Norway Remote: Hybrid or full remote Willing to relocate: Probably not Technologies: TypeScript, Python, Rust, Elm, Haskell. Resume: [LinkedIn]( https://www.linkedin.com/…
-
comment
Comment #41360575
Sadly missing Convox - particularly I'm looking for examples of things each excel at against each other.
-
comment
Comment #41359236
Currently using Convox a lot, but miss the simplicity of Heroku. Anyone know if there's a good comparison breakdown of all the PaaS options out there?
-
comment
Comment #41347353
Nice! I did a similar project, more focused on creating an Elm architecture framework in TypeScript here[1]). I based it on implementing virtual-dom logic for both Elm codebases an…
-
comment
Comment #40039647
When I taught web development at university, we made sure to focus on hireable skills. Back then, that involved making a website based on a Photoshop export. That proved to be very…
-
comment
Comment #40017055
I recently made a full web app using only AppsScript and Google Sheets as the database, and wrote about it here [0], and open sourced it here [1]. It was a novel experience, but I …
-
comment
Comment #39954303
Interesting. In the Nordics, we have a couple of sites dedicated to fact checking news stories, done by real people. I think these kinds of automated tools can be helpful too, but …
-
comment
Comment #39941279
I (kinda) solved this with neuro-lingo[0] with the concept of pinning. Basically, once you have a version of a function implementation that works, you can pin it and it won't be re…
-
comment
Comment #39940724
I wrote a toy language along these lines a while back[0]. Basically, types and function signatures, with comments in English, produce a valid program. You write a type and a commen…
-
comment
Comment #36958906
Location: Oslo, Norway Remote: Yes Technologies: TypeScript, Python, Derw, Elm, Haskell, Go. My full range of languages is quite a bit longer - but the jewel in my crown is Derw, a…
-
comment
Comment #34934793
At university, my co-founders and I took over teaching a few modules. We were eager to find a larger pool of students that had useful skills for a company, rather than those versed…
-
comment
Comment #34755394
If you're curious for a successor language that has better interop - along with fixing some of the problems that I saw a lot with Elm (former core team member), check out Derw: htt…