cloudflare blesses us with another incident report that's just delightful to read (well, before blessing us with an incident that prompted it, naturally).
and DNS strikes again! This time, in the form of RFC 1034 ambiguity on RR ordering and different client implementations
Posts by
"This plugin was born out of pure suffering — the kind you get from editing code in the Databricks web UI. I switched jobs (praise be), so I no longer have to touch the Databricks shitshow of a web editor and therefore have zero incentive to polish this thing."
github.com/Kristina-Pia...
Noticed a few stars on my GitHub repository with a Neovim plugin for remote code execution on a Databricks cluster. No clue how as I didn't announce, let alone promote it anywhere.
Long story short, I cooked up a disclaimer given the interest. Guess I can forget about ever being hired by Databricks
I love the Nix packaging system. Such a hacky approach but somehow it works, it's incredibly easy to use and pretty robust. What an incredible display of community effort though, it wouldn't have worked without.
Man, open source sometimes seems like a beam of light in this whole mess of software.
Can I even call myself an arch user if I use gnome like a basic bitch instead of hyprland?
No one:
Absolutely no one:
Me to my climbing friends: vscode sucks ass
What a good read. I’m just in the beginning of my nix journey and this blog post got me even more excited
Every good story starts with "Why don't I quickly do X?". 2 hours later, you find yourself chrooting from a live system on a bootable USB into your installed system to save yourself from Arch re-installation. And surprisingly, it works.
kristina-pianykh.github.io/blog/posts/c...
Integrating Copilot into GitHub view of PR diffs is probably one of the most sensible AI applications I've seen to this day
I find it interesting that the primary entry for "first-class citizen" in Wikipedia relates to the programming concept, but the entry for "second-class citizen" - to the social construct.
A curious case of conceptual asymmetry.
that's surprisingly accurate
Today's episode is about digital hygiene, privacy paranoia, and a deep dive into setting up a physical storage for backing up personal data.
Sources:
ChatGPT and Co. - 0%
Arch Wiki - 69%
Brain cells - 420%
kristina-pianykh.github.io/blog/posts/b...
Just realized I was about to write a simple version of `rclone sync --dry-run --checksum` and `rclone dedupe --dry-run --by-hash`. Also in Go (of course). The irony.
I'm so happy I've discovered rclone though. Brought so much more order into my files on cloud and local backup.
I was today years old when I discovered iota in Go const declarations for enum-like ordering. In fact, it can do much more than that.
I like the idea of using asserts as part of a strong defensive code strategy. Most of the time I don't even write tests for my side projects.
ah yes and signal handling as well
Had to look up epoll, seems like an advanced feature. I was just curious about a shell in its essence and didn't aim for a full-fledged implementation. So my set of features include file descriptor redirection, piping, input autocomplete, some shell builtins and file system navigation
Scraping and clawing through the last feature of my shell in Go before I can call it complete with a clear conscience. At this point, I am not learning anything new anymore and finding myself reimplementing bash instead. It's just not fun anymore
I tapped out on day 20. When I saw it’s yet another grid problem + a maze puzzle from my nightmares I was like well, that was a good run
Especially if you benchmark an algo but read and parse input from the cli lol
It’s not a bug if done with intent. Feels very sus to me this kind of benchmark manipulation
Casey goes on a rant about a certain language performance benchmark circulating in the internet lately and explains why it's dog shit (or why you should never trust "baity" claims with no solid work behind it).
Trigger warning: assembly inspection
www.youtube.com/watch?v=EH12...
I didn't personally care that much about the speed and "text smoothness" cause the existing terminals are already fast enough anyway and the difference just wouldn't feel significant. But I really appreciate the native feel about it
I was wondering if there's something I'm missing or there's a workaround but it would be nice to change the layout of the existing window with the given execution environment. I could open a new window to the right/left but having to rerun the command/reconstruct the context seems tedious
Does #Ghostty have a way of changing the layout of split windows (e.g. if I want to change a vertical split to horizontal)? Java folks would understand what I mean
woah that's a completely different way of looking at it, nice!
"Linen Layout" -Day 19- #AdventOfCode 2024 in #Golang adventofcode.com/2024/day/19
Rinse and repeat of the previous days.
The role reveal sound from Among Us in the puzzle text is such a great touch though (red is sus🤫)
Code: github.com/Kristina-Pia...
Depends on what you expect from a terminal emulator. Ghostty promises to be feature-rich but it’s still very early in its development to be there
Thanks mate!