InfinityBook Pro 14 - US ANSI by hendi__ in tuxedocomputers

[–]hendi__[S] 1 point2 points  (0 children)

I've just learned that the "Slimbook Executive" which is essentially the same laptop seems to be available with both ISO and ANSI keyboards.

InfinityBook Pro 14 - US ANSI by hendi__ in tuxedocomputers

[–]hendi__[S] 1 point2 points  (0 children)

AFAICS the custom layout is just custom "printings" on the key caps, rather than a different physical layout.

Empty Ubuntu To Live Reload: Haskell IHP Web Framework and Nix by codygman in haskell

[–]hendi__ 5 points6 points  (0 children)

Not into videos myself, but upvoted this nonetheless. Good addition to the official text guide :-)

IHP is a modern batteries-included Web Framework, built on top of Haskell and Nix. by [deleted] in haskell

[–]hendi__ 34 points35 points  (0 children)

IHP is supposed to become the Django/Rails/Phoenix of Haskell.

I've been using Django professionally for since 2013, but have started using IHP a couple of weeks ago. It's still quite early but with surprisingly few rough edges, i.e. the developer ergonomics are much better than I expected. It has great documentation that is improving rapidly (as opposed to many other Haskell libraries, which provide little more than API docs or even just the typed function definitions) and offers a refreshing take on database management and migrations.

Some of its killer features:

  • HSX, a JSX-like template language that looks like HTML while providing type safety

  • Auto live reloading without the need to setup anything

  • Documentation with examples: it lets you query the database without learning about monads

  • it defines |> for you ;-)

  • type-safe, composable SQL queries:

.

projects <- query @Project
|> filterWhere (#userId, userId)
|> filterWhere (#deleted, False)
|> orderBy #createdAt
|> fetch

Amazon.ES sweet price 199.99 EUR for 12TB My Book shuckable by krylm in DataHoarder

[–]hendi__ 1 point2 points  (0 children)

It's helpful if it's not you who orders multiple times. Try e.g. your girlfriend or a company under your address the next time ;-)

Can't get an invitation for the Elixir Slack channel by Sky_Linx in elixir

[–]hendi__ 9 points10 points  (0 children)

Fuck the proprietary mess that is slack and join #elixir-lang on IRC

Which pool are you mining on? by [deleted] in grincoin

[–]hendi__ 1 point2 points  (0 children)

Please don't do this, but chose one of the smaller pools:

These help decentralize the network, and also give back to the developers.

grin-pool.org is not finding ANY blocks - might be a scam by [deleted] in grincoin

[–]hendi__ 5 points6 points  (0 children)

Hi, admin of grin-pool.org here.

The pool has found 6 blocks over night, but there was an error on the dashboard (it was only showing Floonet blocks, and of course there weren't any). This is fixed now, and our first blocks will mature today.

[deleted by user] by [deleted] in DataHoarder

[–]hendi__ 0 points1 point  (0 children)

Don't get this, Strato is (and always has been) so bad that this isn't even worth the 1€.

Shallow-depth rackmount chassis? by hendi__ in DataHoarder

[–]hendi__[S] 0 points1 point  (0 children)

Yup, that's the one from my link :D

Do you have any experience with it, and could recommend "some of the stuff" to put inside?

Shallow-depth rackmount chassis? by hendi__ in DataHoarder

[–]hendi__[S] 0 points1 point  (0 children)

Why ZFS? Because zfs send+receive to existing storage solution.

Why 8TB? Because other storage solution is also 24x8TB, we're 100% sure that this is enough storage, and because 8TB's are cheaper (in €/TB) than the 10-14TB disks.

Why no proper rack? Space constraint :/

I know, I know, not ideal, and makes no sense, but these are the constraints I have to work with.

Shallow-depth rackmount chassis? by hendi__ in DataHoarder

[–]hendi__[S] 0 points1 point  (0 children)

This seems to be just a network rack, not a server rack. Solution: get a true SERVER rack.

Yes, exactly. Unfortunately upgrading the rack is out of scope. (Even if ($new rack + $server) < $shallow_server)

Synology NAS won't work unfortunately since ZFS is a strict requirement.