Ignytis
@ignytis.bsky.social
📤 41
📥 23
📝 391
A Software Engineer from Estonia. Icon by
https://x.com/kurero_
Asking important questions from Gemini
8 days ago
0
1
0
reposted by
Ignytis
Faolan
12 days ago
1
12
2
19 days ago
0
0
0
My Linkedin inbox. A voice message? For real?
about 1 month ago
0
0
0
The one which costs 25 bucks per review? No, thank you
about 2 months ago
0
0
0
reposted by
Ignytis
Jimmy🔜Megaplex
about 2 months ago
"the 2000s had no brainrot" youtube in the 2000s:
www.youtube.com/watch?v=NL6C...
add a skeleton here at some point
12
157
42
reposted by
Ignytis
SwiftOnSecurity
about 2 months ago
6
195
30
reposted by
Ignytis
Ethan Marcotte
about 2 months ago
add a skeleton here at some point
2
1093
278
Released a small
#rust
app which can build a configuration from different sources for you. Supports: - config files, env vars, stdio - yaml, toml, json, dotenv, properties Uses: - Jinja - to render config
github.com/ignytis/konfg
2 months ago
1
1
0
> This repository was archived by the owner on Mar 23, 2026. It is now read-only. Well, shit. One more good open source project got a cancer
2 months ago
0
0
0
I generated a Rust application on Monday and I hope it's potentially useful for others. Gonna publish it at some point (currently it's in my private repo). The funniest part is that today will be the 3rd evening I am trying to refactor that messy AI-generated code
3 months ago
1
1
0
This problem had haunted me for several weeks
blog.ignytis.eu/posts/2026/0...
loading . . .
execvp(3) failed.: Permission denied
A solution for 'execvp(3) failed.: Permission denied' problem with Gemini CLI which worked for me
https://blog.ignytis.eu/posts/2026/04/06-gemini-cli-permission-denied/
3 months ago
0
0
0
reposted by
Ignytis
Sven-Erik Volberg
3 months ago
Bear tries to catch a morning bus in Estonia. Apparently lacked a ticket and mumbled about where would I keep it without pockets
hiiuleht.ee/piltuudis-ta...
3
65
10
Trying aider + ollama + qwen for local vibe coding
3 months ago
0
0
0
3 months ago
0
0
0
ha-ha that website is down again
3 months ago
0
0
0
There was MBR set as scheme in USB utility and I needed GPT. Wasted an entire fucking evening yesterday on it lmao. If only installer had a bit more informative message than “there is no media driver, please provide a driver”
add a skeleton here at some point
3 months ago
1
0
0
It's very funny to admit, but I cannot install Windows 11 and trying to fix it for like 2 hours. - USB doesn't boot - Installer requires some additional drivers - etc etc etc I am old enough to remember the times when Windows installation was easy
3 months ago
0
0
1
Reddit being Reddit
4 months ago
0
1
0
No recreational coding for this week or two. I tried to upgrade my desktop PC and somehow broke the CPU socket, lol. Probably, misplaced CPU. The service center offered to try to fix the pins, but there is no guarantee that it will work and that it will be stable. >>
4 months ago
1
0
0
I wonder when AI code agents will start show (text?) ads in Free Tier. Also - when they will introduce “limited ads” in paid tier
4 months ago
0
1
0
Doing some noise-based random map generation. Vibe-coded, of course, because I don't know too much about types of noise
#BevyEngine
4 months ago
1
1
0
I was looking for open-source C++ 2D game engines. The funny part is - there are some with decent API, but the process of set up is something. Why the fuck should I install PowerShell (!) to Linux (!!) in order to use your software?
4 months ago
1
0
0
Got a message from Ubisoft and I think it's a different kind of art
4 months ago
0
1
0
5 months ago
0
0
0
nice try beatcsch
5 months ago
0
0
0
Bash and Groovy have few things in common: - Both are used in automation - Both are counterintuitive and ugly as fuck I need around 5 attempts to implement a simple check in both so that it hadn’t any side effects
5 months ago
0
0
0
The state of IT industry
5 months ago
0
0
0
Windows: an application icon added. It's the first my desktop application with icon since ~2008 I guess. That time I was working on sort of turn-based version of S.T.A.L.K.E.R. written on Borland Delphi
add a skeleton here at some point
5 months ago
1
1
0
How to deep merge two YAML documents via yq: yq eval-all 'select(fileIndex == 0) * select(fileIndex == 1)' 1.yaml 2.yaml Examples:
blog.ignytis.eu/posts/2026/0...
loading . . .
Deep merging the YAML files using yq
A short guide how to merge the YAML documents using yq tool
https://blog.ignytis.eu/posts/2026/01/13-yq-deep-merge-yaml-docs/
5 months ago
0
0
0
I followed our Lord and Savior Linus and pushed my first commit which is vibe coded in Antigravity. Some takeaways: - feels like agent mode is faster than Gemini CLI there, although it’s still Gemini - Antigravity is a fork of VScode and it uses a market different from MS one
add a skeleton here at some point
6 months ago
0
1
0
Google Antigravity got it right. There are two configurations of keybindings: for normal people and for those who use vim
6 months ago
0
1
1
And here we go. Windows Notepad vs my notepad; check the RAM consumption, lol
add a skeleton here at some point
6 months ago
0
0
1
As a result of my growing frustration with complexity of notepad-like apps (Windows notepad included), I created a project for notepad which will be really SIMPLE. No context help, no syntax highlighting, no cloud integrations, no other crap
github.com/ignytis/ez2n...
6 months ago
1
1
1
This.
6 months ago
0
2
0
Null. But at least, not "undefined"
6 months ago
0
0
0
Had an experiment with vibe-coding yesterday. I described one of my small Python libraries in a text file and fed it to Gemini as an input for making a project from scratch. Got some result which looks suspiciously simple. Still need to validate the code. It MIGHT be a way to go.
7 months ago
1
1
0
My phone auto-corrects "devops" into "devils" every time I type it. And it's not completely wrong
7 months ago
0
0
0
There is a trend. Companies make their packages (Python, system, etc) public. After a while, when CI tools are configured to use those packages, companies restrict the access. I am thinking of some actions against those companies. Maybe legal, maybe not very legal actions
8 months ago
0
0
0
The bro is just chilling
8 months ago
0
1
0
Topic of the day: compilation of Rust code into Python library using maturin
github.com/PyO3/maturin
loading . . .
GitHub - PyO3/maturin: Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages - PyO3/maturin
https://github.com/PyO3/maturin
8 months ago
1
2
0
If you got "Permission Denied", do chmod 777. Every of us linuxoids did it at least once
#kov2025
8 months ago
1
2
0
Are you fucking kidding
8 months ago
1
1
0
I am debugging an issue in my Rust + C project for like 3 days (evenings) already. At some stage pointers start pointing to no data.Thanks to memory map, I confirmed that it’s about storing the data in stack instead of heap. I hope it will take less than this week to solve it lol
9 months ago
1
0
0
Trying
@zed.dev
on Rust (shared library) + C (CLI app) project. Looks not bad at all
9 months ago
0
2
0
reposted by
Ignytis
Zankies87
9 months ago
Judgement fire 🔥
6
669
124
cursed
github.com/liltrendi/gi...
9 months ago
0
0
0
lmao Google literally shares your chats with AI with others
9 months ago
0
0
0
It feels a bit sad that
#linux
is much more popular today as a server solution than
#freebsd
. It would be really cool to see more or less equal market share
9 months ago
0
3
0
9 months ago
0
0
0
Load more
feeds!
log in