Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_query
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Pqi: Making Libpq a Choice, Not a Requirement
(nikita-volkov.github.io)
1 points
by
_query
3mo ago
|
0 comments
2.
▲
My 14-Year Journey Away from ORMs
(nikita-volkov.github.io)
3 points
by
_query
5mo ago
|
1 comments
3.
▲
IHP Haskell Framework v1.5 has been released
(github.com)
6 points
by
_query
6mo ago
|
0 comments
4.
▲
Bugs in Hello World (2022)
(blog.sunfishcode.online)
2 points
by
_query
2y ago
|
0 comments
5.
▲
IHP Haskell Framework v1.1.0 has been released
(github.com)
6 points
by
_query
3y ago
|
0 comments
6.
▲
by
_query
3y ago
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 the Rails/Laravel of the Haskell world. Here's
7.
▲
GPT-2 Neurons explained by GPT-4
(openaipublic.blob.core.windows.net)
1 points
by
_query
3y ago
|
0 comments
8.
▲
by
_query
3y ago
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/ihp/issues/1621 Ever
9.
▲
IHP Haskell Framework v1.0.1 has been released
(github.com)
2 points
by
_query
4y ago
|
0 comments
10.
▲
by
_query
4y ago
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 recommended.
11.
▲
by
_query
4y ago
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 SchoolOfHaskell - Intro video demoing how to
12.
▲
by
_query
4y ago
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/Haskell%20HSX
13.
▲
by
_query
4y ago
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 can see a demo in this video: https:&#x
14.
▲
by
_query
4y ago
Thanks! :) I appreciate your feedback
15.
▲
by
_query
4y ago
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 might be to use the GitPod integration for a web based
16.
▲
by
_query
4y ago
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
17.
▲
by
_query
4y ago
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 Haskell. A good starting might btw be our IHP Casts
18.
▲
by
_query
4y ago
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 experience can easily figure out how to do exactly the same thing
19.
▲
by
_query
4y ago
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 feature eventually. We just
20.
▲
Show HN: IHP v1.0 – Batteries-included web framework built on Haskell and Nix
(ihp.digitallyinduced.com)
132 points
by
_query
4y ago
|
39 comments
21.
▲
by
_query
4y ago
Check out thin.dev https://thin.dev/ It uses SQL DDL statements literally as the building blocks for everything.
22.
▲
Prisma vs. Thin Back End
(blog.logrocket.com)
6 points
by
_query
4y ago
|
0 comments
23.
▲
by
_query
4y ago
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 apps with IHP actually liked it very much that we've in
24.
▲
by
_query
4y ago
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 highly modular library for
25.
▲
by
_query
4y ago
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.
26.
▲
by
_query
4y ago
Yes, the paid features are part of a closed source fork of IHP
27.
▲
by
_query
4y ago
Thanks for the feedback! Check out the docs for email confirmation here: https://ihp.digitallyinduced.com/Guide/authentication.html#e... You'll see that most parts of the confirmation workflow actually happen insi
28.
▲
by
_query
4y ago
We don't have a comparable ecosystem yet, but IHP uses many popular Haskell libraries under the hood. So many normal Haskell libraries integrate very well, as the underlying data structures are always exposed. Functional programs compo
29.
▲
by
_query
4y ago
IHP is basically the rails/laravel/django of Haskell. If you haven't tried Haskell before or think Haskell is only about monads and math, give it a try and be surprised :) Some links if you want to try out IHP: - Intro video
30.
▲
IHP, a batteries-included web framework built on Haskell and Nix
(github.com)
72 points
by
_query
4y ago
|
20 comments
More ›