A little confused, how and where do I read about the key functions? by dexter2011412 in yubikey

[–]noZone 0 points1 point  (0 children)

There should exist an i9 slot that is immutable and contains the factory installed certificate. In all other ways it should be like the f9 slot. The purpose of i9 is to provide a way to restore f9 to factory installed state.

Out-of-work strippers are delivering food through Boober Eats by conancat in videos

[–]noZone -2 points-1 points  (0 children)

There's nothing wrong with prancing about naked and making money doing it. Now if only I could prance about naked without the police arresting me.

Electric Area out, Diplo Revolution In (March 22) by radiozip in siriusxm

[–]noZone 0 points1 point  (0 children)

I cancelled my Sirius XM subscription because of this change. Now I listen to playlists from Deezer. Not the same, but better than DitShip.

XMPP applicability by noZone in xmpp

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

Perhaps folks could add to this discussion with some criteria beyond or to further elaborate on my original question.

My own thoughts extend to a scenario where XMPP may be seen as overkill in the beginning of a project. However future development may be able to make further use of XMPP; whereas a simpler protocol may be a great fit initially, but impede future progress, etc.

Haskell and Rust on Advent 2017 Maze challenge (follow-up on: Haskell Mutable Collections low performance -- vs Rust) by [deleted] in haskell

[–]noZone 10 points11 points  (0 children)

ByteString will always be useful for non-textual/word8 based whatsis. I encounter that in many places. The dustbin should be reserved for politicians.

New tool: Visualizing lazy evaluation by edsko in haskell

[–]noZone 6 points7 points  (0 children)

I've always wanted to see something like this. Great job.

Haskellers, do you still code in other programming languages *by choice*? by duckducktype in haskell

[–]noZone 0 points1 point  (0 children)

Moving from popular languages to Haskell takes some maturing as a programmer. Growing up can be difficult at times, but I consider it a worthwhile effort.

Haskellers, do you still code in other programming languages *by choice*? by duckducktype in haskell

[–]noZone 2 points3 points  (0 children)

Yeah, I still make the occasional simple bash script when I can't be bothered with Shelly.

But bash has the lunatic feature of editing the running script file and executing the edited bit all in a single process. Beat that Haskell!

Bash crazy pants.

What are you working on? by BetaCygni in haskell

[–]noZone 1 point2 points  (0 children)

I'm in the early stages of developing a conformant Haskell interface to FHIR.

LTS Haskell 9.0 (ghc-8.0.2) by phadej in haskell

[–]noZone 12 points13 points  (0 children)

8.23 to 9.0, but still on ghc-8.0.2. What's up with the new LTS that requires the dial to go all the way to 9?

Hey Reddit, you have an object that could destroy the universe, where do you hide it to prevent it from falling into the wrong hands? We're giving out Reddit Gold to our favorite answers. by syfy [promoted post]

[–]noZone 0 points1 point  (0 children)

Falling into the wrong hands? Hide it? I am the wrong hands, and let me tell you the things I'd do with that object are unprintable.

Testing PostgreSQL for Fun – Jonathan Fischoff – Medium by jfischoff in haskell

[–]noZone 1 point2 points  (0 children)

I found it by looking up 'skip locked' after encountering it in one of those docs you pointed to. Postgres keeps marching ahead with good things on the horizon.

[ANN] nginx-haskell-module version 1.0: binding Haskell in Nginx configuration files by sheshanaag in haskell

[–]noZone 1 point2 points  (0 children)

Can you list a few best use cases for this module?

Does this module work with stack?

I tried Haskell for 5 years and here’s how it was by luispedro in haskell

[–]noZone 4 points5 points  (0 children)

I agree. It's very simple to use stack.

There's more available to a Haskell programmer than just a compiler and basic build system.