This is a thread for random discussions that gets posted everyday at 5am central.
Tell us what you're doing today, ask questions, or vent about your life. Whatever you want, let it rip!
Like the new feature
reply
New job post:
Senior Application Security Engineer \ Swan Bitcoin \ Remote #21103 https://bitcoinerjobs.com/job/340321-application-security-engineer-swan-bitcoin
It makes total sense for a company to boost visibility of their BitcoinerJobs listing here on SN's ~jobs. One downside is that there's no tracking metric / analytics then, for the hiring party to know how many visits to the page came from SN.
reply
Which reminds me ... is Github Issue #115 anywhere close on the roadmap, @k00b?
reply
deleted
reply
reply
Just shipped tip forwarding on posts ...
  1. It's hidden in the options pane
  2. It's 100% only
  3. can only forward to SN users
It's pretty basic support but I'll refine it over time.
reply
If I set a post to forward, shouldn't tips earned for the replies to that post get forwarded as well?
reply
looks really clean!
reply
🔥🔥🔥
reply
Switched to a notification icon and removed stacked amount from the navbar. Tomorrow I'll be giving users more notification settings.
reply
reply
So I can tip a user on any post by writing
Tip
reply
What? No, when you create a post you can set an option to forward your tips to another user. e.g. I post a link to something jimmysong wrote and want him to get all the tips.
reply
Sorry, now I get it.
And that user must have an account here I suppose.
reply
Yep they need an account
reply
I've been seeing a lot of discussion on smartphone privacy over the past couple of days. Its showing up here, on HN, and even on YouTube (MentalOutlaw uploaded a video recently). Has something happened or is it just coincidence?
reply
All the NSO stuff. #20820
reply
And don't forget that NSA is still at it too.
reply
poop :p hows the mastering lightning book anyone? It's on my must read list.
reply
I really like it. Breaks down things in a very understandable manner. It was the best single resource for learning Lightning IMO.
If you are a dev, what software language is your favorite?
reply
Flutter is great for mobile and easy to get started - what we use for Fountain
reply
I code as a hobby and use python/flask, love it, simple and can focus on code.
reply
I like Go, because it teaches you different approach and mindset in comparison to JS, Java, c++...
reply
It's so boring to program in though. I wrote the backend for https://grepmed.com in golang. tbf it runs like a top; it's just dreadfully verbose. It's basically C but with a great standard library, concurrency primitives, gc, and package management. Somehow, it's still not as fun to program in as C is.
Programming in Lisp expanded my programming mindset more than any language I've programmed in. The ability to basically create bespoke DSLs for everything just blew my mind.
reply
Kotlin. I'm frequently looking for and missing many of it's super handy extension functions when working in other languages.
reply
I formulate it mostly this way "i like project <x> and I want to contribute. For that reason I have to learn language <y>".
reply
Python for sure Rust is peaking my interest though
reply
Rust and JS. It's more about the ecosystem and developer tooling in my opinion.
reply
From a theoretical perspective, lisp.
From a practical perspective, JavaScript.
reply