Viewing profile — _query
_query
HN member- Joined
- Fri, Mar 07, 2014, 4:55 PM UTC
- HN karma
- 1,262
- Public activity
- 293 items
- HN profile
- View on Hacker News ↗
About _query
https://www.digitallyinduced.com/
marc a t digitallyinduced com
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #36128212
In case this got you interested in Haskell, and you want a good way to start your Haskell journey (and have something to apply the optimization handbook to), check out IHP. It's th…
- story
-
comment
Comment #35414401
At IHP we've been using Algora for a while now and it works really great. Here's e.g. one PR that was merged last week with a bounty attached https://github.com/digitallyinduced/ih…
- story
-
comment
Comment #33571493
Cachix manages the prebuilt binaries used by IHP. If you don't install Cachix, nix will compile a lot of IHP's dependencies from scratch. This takes a long while and is not recomme…
-
comment
Comment #33561944
If you're interested in building web apps with Haskell, check out IHP. IHP is the Laravel/Rails/Django of the Haskell world. Might be a more pragmatic way to get into Haskell than …
-
comment
Comment #33340434
There's a couple editor plugins to get you that: For VS Code: https://marketplace.visualstudio.com/items?itemName=s0kil.vs... for For Sublime: https://packagecontrol.io/packages/Ha…
-
comment
Comment #33328319
Check out the docs on editor integrations: https://ihp.digitallyinduced.com/Guide/editors.html With VSCode the editor integration and autocompletion should work really well. You ca…
-
comment
Comment #33321191
Thanks! :) I appreciate your feedback
-
comment
Comment #33321177
The IDE is mostly designed as an extension to an editor heavy workflow (e.g. I use Sublime + VIM to build IHP itself). So it's unlikely to work well with a Chromebook. A workaround…
-
comment
Comment #33320200
Really happy we've finally got to the 1.0 status :) If you like to take a look at the code, check our GitHub at https://github.com/digitallyinduced/ihp
-
comment
Comment #33320100
Yes, you can get pretty far without knowing anything about Haskell. Once you've something on the screen you'll eventually get to learn a bit more about functional programming and H…
-
comment
Comment #33319325
IHP is really easy to package with nix nowadays. In fact the official docker building also just uses `pkgs.dockerTools.buildImage` and calls nix-build :) Most people with nix exper…
-
comment
Comment #33318837
There's some unofficial ways to build docker images, check https://zacwood.me/posts/building-ihp-apps-github-actions/ :) We've not changed our minds on docker becoming a free featu…
- story
-
comment
Comment #33217407
Check out thin.dev https://thin.dev/ It uses SQL DDL statements literally as the building blocks for everything.
- story
-
comment
Comment #32885848
Just to clarify: The basic version of IHP is free and open source. The IHP Pro subscription is only if you want some closed source features. IHP users that built business critical …
-
comment
Comment #32885823
Here's a quote from someone in the Haskell community that says it well https://twitter.com/mattoflambda/status/1275469470559907840 > You thought Yesod was Rails? Nope. Yesod is a h…
-
comment
Comment #32885812
IHP actually provides a `cs` (cs as an abbrev for convertString) function that is always in scope. With that function you can easily convert between all different string types.