HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fluidwizard

no profile record

コメント

fluidwizard
·昨年·議論
I heavily use Zettelkasten combined with Emacs + Org Roam, it worked for me as I often want to link a wide range of information gathered through books, articles, etc, all the while being able to cite sources with bibtex and even generate diagrams and LaTeX equations on the fly.

I even wrote about it a couple months ago.

https://news.ycombinator.com/item?id=42560889
fluidwizard
·昨年·議論
SEEKING WORK | Remote

  Technologies: Erlang, F#, Nix, NixOS, Linux, Python, SQL, AWS, Azure, Bash, PostgreSQL, Docker, DevOps, Terraform
  Website: https://schonfinkel.github.io
  Résumé/CV: https://schonfinkel.github.io/static/cv.pdf
I have 6+ years of experience in back-end engineering and devops/infrastructure, 4+ of those I've been dealing with functional programming in production environments (mostly with F# and Nix), but also work on the BEAM (Erlang/Gleam) and sometimes Haskell/OCaml. Feel free to contact me if you need someone to tackle bizarre projects.
fluidwizard
·昨年·議論
Networking is the most OP "soft skill" one can learn in the long run, takes time to properly have enough people who trust you (and that you trust as well), but its definitely worth it specially in bad times (like the ones we're having right now).

You can also "start small" and network via FOSS communities, I met one of my best friends while contributing to niche projects and we ended up working together because of it.
fluidwizard
·昨年·議論


  Location: Brazil (UTC-3)
  Remote: YES
  Willing to relocate: No
  Technologies: Erlang, Haskell, F#, Nix, NixOS, Linux, Python, SQL, AWS, Azure, Bash, PostgreSQL, Docker, DevOps, Terraform
  Résumé/CV: https://schonfinkel.github.io/static/cv.pdf
  Email: marcos.schonfinkel [at] gmail.com
I have 6+ years of experience in back-end engineering and devops/infrastructure, 4 of those I've been dealing with functional programming in production environments (mostly with F# and Nix), but I also work on the BEAM (Erlang or maybe Elixir) and Haskell. Feel free to contact me if you need someone to tackle bizarre projects.
fluidwizard
·昨年·議論
SEEKING WORK | Remote

  Technologies: Erlang, Elixir, Haskell, F#, Nix, NixOS, Linux, Python, SQL, AWS, Azure, Bash, PostgreSQL, Docker, DevOps, Terraform
  Website: https://schonfinkel.github.io
  Résumé/CV: https://schonfinkel.github.io/static/cv.pdf
I have 6+ years of experience in back-end engineering and devops/infrastructure, 4 of those I've been dealing with functional programming in production environments (mostly with F# and Nix), but also work on the BEAM (Elixir/Erlang) and Haskell. Feel free to contact me if you need someone to tackle bizarre projects.
fluidwizard
·昨年·議論


  Location: Brazil (UTC-3)
  Remote: YES
  Willing to relocate: No
  Technologies: Erlang, Elixir, Haskell, F#, Nix, NixOS, Linux, Python, SQL, AWS, Azure, Bash, PostgreSQL, Docker, DevOps, Terraform
  Résumé/CV: https://schonfinkel.github.io/static/cv.pdf
  Email: marcos.schonfinkel [at] gmail.com
I have 6+ years of experience in back-end engineering and devops/infrastructure, 4 of those I've been dealing with functional programming in production environments (mostly with F# and Nix), but I also work on the BEAM (Erlang or Elixir) and Haskell. Feel free to contact me if you need someone to tackle bizarre projects.
fluidwizard
·2 年前·議論
Glad to know I'm in the right direction then! ;)
fluidwizard
·2 年前·議論
"Where is the Life we have lost in living? Where is the wisdom we have lost in knowledge? Where is the knowledge we have lost in information?" - Choruses from "The Rock"
fluidwizard
·2 年前·議論
Nope, but damn, this looks awesome!
fluidwizard
·2 年前·議論
Sure! I'm glad the source code helped you!

I've actually written about the process that led us to use the following flake here: https://mtrsk.github.io/blog/2024/experiments-with-erlang-an...
fluidwizard
·2 年前·議論
Also, Erlang makes it bizarrely simple to have a single process per user (and it's actually what we did for the demo).
fluidwizard
·2 年前·議論
I think this behavior can be fixed by properly using something like `lib_chan`, but we needed something that worked first for our Func Prog Sweden demo.

Indeed a malicious client can craft an brutal kill message as long as it knows the PID a process (either a worker or a supervisor) for instance.
fluidwizard
·2 年前·議論
So, we've been using devenv for some time now and it's useful for describing a monorepo-like environment that zig-enjoyers can quickly code and test their changes on the latest version of the erlang server. Also, it's incredibly easy to also manage postgres from there.

It's great if you like local-first development experience.
fluidwizard
·2 年前·議論
Yeah, so the game is kinda in a weird state where a library was born to make it work better, we are planning more features so it stops being a multiplayer walking simulator.
fluidwizard
·2 年前·議論
This version is actually a walking simulator XD, us trying to pull the crazy tooling together until it just works.

https://www.youtube.com/watch?v=ejYcWRERetM&t=2758s

Here's what the game consists rn
fluidwizard
·2 年前·議論
Regarding Zerl, my friend just presented about it in Functional Programming Sweden: https://www.youtube.com/watch?v=5Cuv0WnbZtk&t=795s.
fluidwizard
·2 年前·議論
Kudos to Don Syme for not getting the language too bloated btw, it's hard to imagine it is almost 20 years old.