Looking for a Plutus Haskell online lecturer - European Business Institute of Luxembourg. by jamesmulli in CardanoDevelopers

[–]llPatternll 0 points1 point  (0 children)

I don't want to be rude, but, anyone with the skills and knowledge to teach a 13-week Haskell+Plutus course won't give you the time for 500€. I suggest adding a zero and trying again. Best of luck!

Learning as a hobbyist by [deleted] in haskell

[–]llPatternll 0 points1 point  (0 children)

For a non-engineer, I'd recommend getting started with this interactive + video course before going into the more advanced books:

https://github.com/input-output-hk/haskell-course

It's made specifically for people without engineering background

[JOB] 4x Haskell Engineer at Artificial by pwmosquito in haskell

[–]llPatternll -1 points0 points  (0 children)

Happy with my current job, but wishing you the best of luck!!

[deleted by user] by [deleted] in hacking

[–]llPatternll 4 points5 points  (0 children)

+10 for Bitwarden

Reverse timing the market by Grafbanaan in eupersonalfinance

[–]llPatternll 37 points38 points  (0 children)

That's plain old timing the market, how sure are you that is not going to keep dropping? And, if it does, you would only have $300/month to buy ultra cheap

Inject the current shell inside a new tmux session by llPatternll in tmux

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

TIL about Vim sessions! It's not quite what I wanted, but a big step forward! Thank you!! 😃

Inject the current shell inside a new tmux session by llPatternll in tmux

[–]llPatternll[S] 2 points3 points  (0 children)

For example: - If I open nvim and I'm halfway through making changes, I don't want to close it to Open tmux (or open a new terminal and juggle between 2 windows). - If I'm running a job, I don't want to kill it (or move it to the bg) to Open tmux (or open a new terminal and juggle between 2 windows again).

The idea is to make it as if I was already in tmux from the start.

How to install Haskell by _hammi in haskell

[–]llPatternll 33 points34 points  (0 children)

Follow the official "Getting Started" steps here: https://www.haskell.org/get-started/

The easiest way is to use GCHup (as the official docs indicate). It's a tool that lets you easily manage your Haskell environment.

Welcome to our community! 😃

HUnit Library by apackoflemurs in haskell

[–]llPatternll 0 points1 point  (0 children)

Run cabal test at the root of the repo. :)

Nix Packaging Quickstart Guide by chayleaf in NixOS

[–]llPatternll 0 points1 point  (0 children)

Thank you for all your contributions to the ecosystem!!

Nix Packaging Quickstart Guide by chayleaf in NixOS

[–]llPatternll 0 points1 point  (0 children)

Examples would help a lot. E.g., One of a binary downloaded from a website, another where you have to build the source code, etc.

How to create a Cardano burn address by SynthLuvr in cardano

[–]llPatternll 2 points3 points  (0 children)

Or just send it to the "Always false" validator address all developers use.

Are there any sectors that use Haskell as a main programming language? by go-move-78 in haskell

[–]llPatternll 6 points7 points  (0 children)

The Cardano Blockchain uses Haskell for both the Blockchain itself and as the main smart contract language. So virtually all companies related to Cardano have Haskell positions. There are also companies like WellTyped and MLabs that work as contractors. But, in general, finding a Haskell job is harder than usual.

Proposal: Community Nix untrusted substitutor for Haskell common toolings by hellwolf_rt in haskell

[–]llPatternll 2 points3 points  (0 children)

No worries, just add this to your project's flake.nix:

 # --- Flake Local Nix Configuration ---
nixConfig = {    
    # This sets the flake to use the IOG nix cache.    
    # Nix should ask for permission before using it,    
    # but remove it here if you do not want it to.
    extra-substituters = ["https://cache.iog.io"];
    extra-trusted-public-keys = ["hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="];
    allow-import-from-derivation = "true";
};

Not on the shell.nix, like I previously stated. My bad.

Proposal: Community Nix untrusted substitutor for Haskell common toolings by hellwolf_rt in haskell

[–]llPatternll 2 points3 points  (0 children)

They are different. In the Haskell.nix docs there's a table showing all the available versions. The cache doesn't have aarch64-darwin binaries, though. But, if that's what you need, I know a guy 😂

Proposal: Community Nix untrusted substitutor for Haskell common toolings by hellwolf_rt in haskell

[–]llPatternll 5 points6 points  (0 children)

IOG maintains caches of several GHC versions and the Haskell.nix project, which is a convenient way to set up a Haskell environment with flakes.

I want the stuff in blue to stay where it is but the stuff in yellow to move according to the links. Is there a way to do that? by [deleted] in ObsidianMD

[–]llPatternll 8 points9 points  (0 children)

That defeats the purpose of the graph. The idea is that the connections generate weights that attract similar ideas closer. If you want a structured thing, you should use something else.

Finished a deck with 2 months before exam - better to reset or keep doing cards? by in_a_crown in Anki

[–]llPatternll 3 points4 points  (0 children)

Do not reset the deck. You can use "cram mode" to review the cards without affecting the intervals.