Posts
5488
Following
346
Followers
543
.

Jarkko Sakkinen

Edited 2 days ago
The build tool called 'just' is actually pretty nice for orchestrating more complex builds.

The feature that makes it nice are target parameters and parametrized dependencies. They give it suprisingly increased amount of robustness over GNU Make.

I use it together with Buildroot in couple of occasions.
0
0
1

Jarkko Sakkinen

Vim 9.2 :----) let's go...

The lightline theme called (drumroll) monochrome is the only theme I've ever made.
0
0
1

Jarkko Sakkinen

It's 2026 and still not aligning too well with phones having touch screens :-/

Hmm... not with phones for that matter...
0
0
3
@masek Sure :-) Please also be aware that this was not exactly "this is what i stand for no matter what" type of opinion. I'm happy to learn new viewpoints so please do...
1
0
0
@masek Never gonna happen but if I had the charge, I'd return back on using pen and paper at schools :-) I think that gives the tools for thinking, or grows mind in positive manner, for solving the "big issues" in this world. Disconnection and limitations are great for learning because it enforces you focus only to the core of a problem.
1
0
0
@raggi @david_chisnall @swetland

Not much interest on trying but if I tried anything I'd definitely see more point to try nu. With fish the reality is that it has probably some cool thing over zsh but I don't believe they would covert the "incompatibility price tag" :-) nu could probably be also run occasionally without it being too confusing to the brain exactly because it is so different.
0
0
0

Jarkko Sakkinen

Edited 7 days ago
Anthropic just announced Claude Design... and it tooks just few days to get a slop copy of the service Github :----)

It's a great demonstration how nobody is and neither will make any money with AI, and also well deserve, karma is a bitch etc.

If China restrictions were not active, Anthropic would be in bankcrupty. The company is only aritficially alive. There's now one model in par with Sonnet and other not that far away from Opus, and both cheap as dirt.

It's all shit.
0
0
0
In place of agents, teams and complex software proceses I just initialize model of suitable complexity and copy-paste relevant contextual information (for the task). Then it does its thing and dies :-) I.e. I ignore process feelings of itself as an individual and focus on sound execution process...
0
0
1

Jarkko Sakkinen

Edited 7 days ago
It's all I have for "subagents". E.g., I don't have agentic teams building anything at all in my life. If I use AI, I'm doing something proactively, and it's what it is i.e., a tool.

Thus, a small and focused set of raw as possible primitives provide a tactile controls, which is a priority, as such random need comes always unplanned, as I don't plan that much in my life :-) I just like to do stuff and be focused on target.
1
1
1

Jarkko Sakkinen

Edited 7 days ago

What they call agents, are actually markdown documents dumped at the beginning of every context (🤦‍♀️), or at most gradually pulled from a skill set on demand.

And it’s a very disturbing topic overall. I mean all this role playing of imaginary characters as part of daily work life is just… I don’ t know…

For stuff that I do with AI, which right now is to create an O with local LLM focus, Pi saves me from all that bullshit.

My Pi setup has neither subagents nor MCP servers. They are both useless and impose a fixed cost for every new context.

When I initialize a context I might dump relevant data instead of descriptions of agents and their personas (nnnggh…. thinking of this feels as physical pain tbh).

And this is how task management works:

  1. /fork: creates a new session.
  2. /tree: lets you time-travel through the context history and create new branches into the past to continue from.
  3. /merge: combines the running context with a session given as a parameter.
  4. Background task creation: I just prompt to PI “spawn a new process with fresh a session and …” or something.

The 3rd feature is /merge, which comes from the extension npm:pi-session-merge.

1
0
2

Jarkko Sakkinen

Edited 8 days ago

GNOME 47 compiled from scratch!

Phew, that was hard BUT I learned a lot of legacy lore while doing it :-)

My current list of Buildroot packages in my BR2_EXTERNAL:

❯ ls -1 package
accountsservice
appstream
bootc
colord
colord-gtk
composefs
dconf
evolution-data-server
flatpak
gcr3
gdm
geoclue
geocode-glib
gjs
gnome-bluetooth
gnome-console
gnome-control-center
gnome-desktop
gnome-keyring
gnome-online-accounts
gnome-session
gnome-settings-daemon
gnome-shell
gsound
gweather-locations
iso-codes
libadwaita
libei
libgrapheme
libgtop
libgusb
libgweather
libnma
libnotify
libportal
librest
libwacom
mozjs128
mutter
ostree
puu-installer
python-zxcvbn
vte-gtk4
xdg-desktop-portal
xdg-desktop-portal-gnome
0
0
2
@pavel Right Google for "Covox Speech Thing". People used build those themselves when even Sound Blaster costed a fortune :-)
1
0
1

Jarkko Sakkinen

Edited 9 days ago
They say that world has moved to Wayland but still it seems that gnome-settings-daemon hard depends on X11 version of libgtk3.
0
0
3

Infosec community right now…

0
4
0
@oceanhaiyang hmm... can you elaborate this a bit? not sure i follow.
0
0
0

Jarkko Sakkinen

Another git setting I realized that I want to have:

❯ git push
fatal: You didn't specify any refspecs to push, and push.default is "nothing".

Helps to keep focus imho :-)
1
0
2

Jarkko Sakkinen

I guess in modern days you'd want to put /var to separate partition instead of /home (works better with bootc containers and ostree).
0
0
0
@pavel If I would do sound card myself I'd try to create Gravis Ultrasound :-)
1
0
1

Jarkko Sakkinen

Edited 10 days ago
I've packaged GNOME for BuildRoot.

The deployment is orchestrated like this.

Image:

- gnome-console
- gnome-shell
- gnome-control-center
- gnome-disks
- gnome-session
- gdm

Flatpak is populated with:

- org.gnome.Nautilus (Files)
- org.gnome.Logs
- org.gnome.Snapshot (Camera)
- org.gnome.Decibels (Audio player)
- org.gnome.Clocks
- org.gnome.Weather
- org.gnome.Contacts
- org.gnome.Characters
- org.gnome.Papers (Document Viewer)
- org.gnome.baobab (Disk Usage Analyzer)
- org.gnome.FileRoller (Archive Manager)
- org.gnome.Calculator
- org.gnome.Calendar
- org.gnome.Loupe (Image Viewer)
- org.gnome.Maps
- org.gnome.TextEditor

Image builds themselves are bootc containers.
0
0
0
Show older