Nekron
banner
noordsee.de
Nekron
@noordsee.de
22 followers 44 following 27 posts
/dev/null
Posts Media Videos Starter Packs
Nekron @noordsee.de · Sep 18
Hi @takiudon.bsky.social, could you please tell me a wee bit more about your plans related to #MisterPi 2 🙏 (I'm asking for a friend 😜).
Nekron @noordsee.de · Mar 25
Taki, I hope you'll go with that FPGA for Mister v2 🙏
Nekron @noordsee.de · Feb 5
smaller packages with lower value, lowering the declared value of the goods to sub $150 and so on. In the end many packages are delivered with wrong value declaration and so EU is missing a lot of VAT. Higher tariffs simply raise creative ways to prevent them and f*** with the State.
Nekron @noordsee.de · Feb 5
However, if you order goods > $150 then your postal carrier (DHL, UPS, FedEx..) will at least add additionally $20 or 2% of total VAT if > $20 for handling the customs because CN shop will not process them forces by EU import laws. This leads to creative delivery tactics: Splitting packages up in
Nekron @noordsee.de · Feb 5
Here is how it works for EU (GER):
- if you order something in CN < $150 (p&p + value of goods)
then tax needs to be submitted by CN shop to EU tax collector which will spread the tax across EU countries tax administrations
- you only pay VAT (19% of total incl. shipping) on top of your order
Nekron @noordsee.de · Nov 13
It's a shame that #DHL isn't yet on BSky 🙄. Maybe they took an example on their estimated parcel delivery times for account creation here that is:

- propose today's creation between 12:10pm - 1:40pm
- let you wait for hours and hours
- let you know at 6pm that there will be not account today
Nekron @noordsee.de · Jul 5
🚀 Today #FedEx rang my doorbell and what a surprise #Cynthion arrived! The quality of workmanship is simply superb, a big thank you to the whole team at @greatscottgadgets.bsky.social gets who made this possible and of course to @ktemk.in and @whitequark.org who laid the foundations for it. ❤️
#fpga
Nekron @noordsee.de · Jan 20
The commemoration report for Franz Beckenbauer was in contrast 4 mins long.
2/2
Nekron @noordsee.de · Jan 20
Yesterday we saw more than 100K protesters all around Germany fighting for democracy, human rights and against forces that try to destroy them. The 30 minute lasting prime news broadcast "heute Journal" just put this event after 15 mins and as a side note on the agenda for as long as 30 seconds. 1/2
Nekron @noordsee.de · Jan 1
Happy new year to you, hope you had a great party at the gate ☺
Nekron @noordsee.de · Dec 31
After watching today"s "Willkommen 2024" on German ZDF tv station I"m thinking about emigration to some foreign country without New Years shows or shooting me simply in the head. 😣
Nekron @noordsee.de · Dec 2
Advent Of Code just started and I'm wondering why so many of the solutions found at GH uses regex to parse the input data? Simple is king as it's not that hard to strip(), split() and iterate through it (I've done my solutions q&d with vanilla Python and no imported modules). Regex's overkill...
Nekron @noordsee.de · Nov 20
What's your favorite Golang tool of the year? I recently read a blog post by Uber releasing NilAway statical code analyses tool for detecting possible nil dereferences causing OB panics. Did a few scans on my projects and found a few issues that gladly didn't panic yet.

www.uber.com/en-NL/blog/n...
https://www.uber.com/en-NL/blog/nilaway-practical-nil-panic-detection-for-go/
Not Acceptable
www.uber.com
Nekron @noordsee.de · Nov 20
And kids: Don't use IPSec IKEv1 at home, ok? 😉
Nekron @noordsee.de · Nov 20
Broke down an IPSec IKEv1 problem I had with customer's VPN connection. At phase 2 a NO_PROPOSAL issue stopped setting up the tunnel. After digging into various sites related to NO_PROPOSAL Q&A a lot of them are missing one major culprit that xchanged identities of both parties must be accepted.
Nekron @noordsee.de · Nov 8
Even as a Golang dev you sometimes need to grok Rustlang code. After purchasing and reading a bunch of books on that topic I can highly recommend Mannings "Learn Rust in a Month of Lunches" if want to start from zero to hero.

www.manning.com/books/learn-...
Learn Rust in a Month of Lunches
One month. One hour a day. That’s all it takes to start writing Rust code!</b> Learn Rust in a Month of Lunches</i> teaches you the essential skills of Rust. By the time you’re done learning, you...
www.manning.com
Nekron @noordsee.de · Oct 27
The only downsize is when compiling into WASM that the Go compiler will build rather large .wasm files compared to other languages like Rust or Zig. However for CLIs and microservices (or backend stuff in general) you can't find anything better (speed vs. complexity vs. cost vs. flexibility).
Nekron @noordsee.de · Oct 27
Pro tip: You can strip down your golang binaries even more using compiler flags to remove debug infos like '-ldflags="-s -w"'. Additionally you can use '-trimpath' build flag to remove module paths from your executable saving additional bytes.
Nekron @noordsee.de · Oct 23
Well, running JS/TS as webassembly requires a JS runtime running inside WASM runtime running your JS or TS to JS transpiled code. The crazy thing is devs are doing it that way and it's not too slow. I would personally prefer system languages like Rust or Zig.

BTW nice avatar 😉
Nekron @noordsee.de · Oct 20
Hi Rose, I would add option 4) polls 😉
Nekron @noordsee.de · Oct 19
Just discovered this lightweight IDE for Go, Rust and JS/TypeScript development. It has some common VS Code look & feel, but consumes only 54 MiB memory on my system! What are you guys using (vim, emacs, Notepad++, VS Code, you name it...)?
@why.bsky.team @pfrazee.com

lapce.dev
Nekron @noordsee.de · Oct 18
Guys, I've heard there is something completely freaking new tech (like Bluesky) in the internet called "email" 📧 🐌
Nekron @noordsee.de · Oct 17
Dear journalists and newspapers: This is why domain verification is so important to prove you're not a hoax.
Here the German newssite "Die Zeit Online" was apparently used by some bot posting headlines.
Nekron @noordsee.de · Oct 17
Welp, I think a good mindset here at Bluesky is that everything you post will be public like chatting at IRC, Matrix rooms or publishing on your public Wordpress site Google scrapes the second it became online. It's a game changer to use this 🧠 before you post public 😉.
Nekron @noordsee.de · Oct 17
As a side note: Could you please add a link to Github release notes for your tech savvy users on future announcements? 🙏