HN user

zwarag

520 karma

Website: https://kavan.at

[ my public key: https://keybase.io/zwarag; my proof: https://keybase.io/zwarag/sigs/u4j2d1Oz-IrUaflDhNUOmocmRTQOKe9U98rBupk0VPk ]

Posts21
Comments109
View on HN
css-tricks.com 3y ago

The Large, Small, and Dynamic Viewports (2021)

zwarag
2pts0
mycroftai.activehosted.com 4y ago

AI for Everyone – Mycroft AI

zwarag
1pts0
github.com 4y ago

Supabase open sourced their dashboard

zwarag
331pts39
news.ycombinator.com 4y ago

Ask HN: How do you design UI components?

zwarag
1pts0
owncloud.com 4y ago

OwnCloud now uses Go for rewriting its eponymous file platform

zwarag
2pts0
news.ycombinator.com 5y ago

Ask HN: How to write good documentation as a team

zwarag
3pts1
www.tricepmail.com 5y ago

Unlimited email addresses for all your domains

zwarag
2pts0
news.ycombinator.com 5y ago

Ask HN: How can I, as a web developer, learn about compilers?

zwarag
3pts7
arstechnica.com 6y ago

Teardown describes iPhone SE as a mix of prior components

zwarag
2pts0
www.bbc.com 7y ago

Record label admits 'heartbreaking' losses after warehouse fire

zwarag
2pts0
ssbc.github.io 9y ago

E2e crypted, decentralized, wifi syncble, offline operational, extendable feeds

zwarag
3pts0
asgardia.space 9y ago

The first space nation

zwarag
2pts0
www.darts.isas.jaxa.jp 9y ago

Full-HD-Videos and Fotos of the moon probe Kaguya released

zwarag
2pts0
www.youtube.com 10y ago

Linux Sucks 2016

zwarag
1pts0
www.digitalocean.com 10y ago

How to Configure a Continuous Integration with Docker Compose on Ubuntu

zwarag
1pts0
i.imgur.com 10y ago

Bob, the force-multiplier

zwarag
2pts0
www.jide.com 10y ago

Remix OS goes into beta

zwarag
3pts0
insights.ubuntu.com 10y ago

Canonical reinvents the personal mobile computing experience

zwarag
2pts0
ai.berkeley.edu 10y ago

Berkeley AI Materials

zwarag
158pts17
www.16personalities.com 10y ago

Free personality test, type descriptions, relationship and career advice

zwarag
2pts0
research.microsoft.com 10y ago

LIQUi|: Language-Integrated Quantum Operations

zwarag
2pts0

I have yet to see an application outside of harnesses and LLMs itself where adaptation has happened on a larger scale. Devs are fine with babysitting their LLMs. People like to use LLMs to improve their mails and so on. But outside of that, the adaptation is not there yet.

Don't get me wrong. I love LLMs and use them myself. But the biggest gain for me is easier context switch and text manipulation. It's not the: replace X with a bunch of LLMs every CEO is dreaming of. So yes, you have higher productivity, but is the eval of those companies legit? x doubt.

My guess: JavaScript runs in the Browser as well as on the OS. That way you can train a model to be able to interact with both fairly simple. You can also see that their harness, claude-code is also written in js. So I guess they are quite invested in that language anyway.

Not only that. A11y is also quite hard. Tools that are simple to implement thanks to good a11y apis - for example on macos, the tool rcmd or homerow - are super hard to do in Wayland.

Y is essentially the order. If you take the recording and start slicing. The first slices are the smaller ones and the later slices are the taller ones.

If you compare how many countries China has attacked or invaded with how many the United States has attacked or invaded, it paints a clear picture of whom to fear.

LLM=True 5 months ago

Isn't that what subagents do to a certain degree?

I guess on /e/OS you can just run Google Maps in a browser if you really want Google Maps features (like searching for a restaurant). Organicmaps works fine if you just need to get from A to B. It does lack live traffic, but you'll have to live with fewer features if you really want to not use Google for most stuff.

Typst 0.14 9 months ago

When I did my bachelor’s, I wrote every assignment and my thesis in LaTeX—and I absolutely loved it. I loved it so much that I swore I’d never touch MS Word again. Now I’m doing my master’s, and once again, I’m writing everything, assignments and thesis, in Typst. And boy, do I love Typst. I only had to spend a fraction of the time tweaking it to get exactly what I needed. Most things just work right out of the box. The only “bad” thing, in my opinion, is that Typst isn’t quite as feature-rich as LaTeX.

In my personal experience, oh-my-zsh slows down things too much. You're better off just taking whatever you really like about oh-my-zsh and configure it yourself.

While I understand the power of Excel for specific calculations like your loan payment analysis, I struggle with modeling "continuous" data like monthly budgets and yearly reviews. Coming from a database background, I know how to model recurring financial data with tables and relationships, but I'm less clear on Excel best practices for this.

How do you structure your spreadsheet to handle: 1. Monthly recurring budgets/allowances 2. Year-over-year analysis 3. Category management 4. Historical tracking

Do you maintain separate sheets/tabs for each time period? Use pivot tables?

I'm writing a game in Flutter. The game has ads, shaders, custom gesture detectors, ... . I can tell you, it is absolutely butter smooth on iOS.

I tried something similar a few years ago and I would have said you're absolutely right. But with the one I'm writing now, it is quite the different experience.

I did a little programming in dart. There are many things to like. And I believe, at the time of writing, that Dart really is great for both java and js devs. Every object that is used has to be an instance of a class, and the event-driven style for reactive programming is pretty much 1:1 to how js does it. So it truly could become the sweet spot for UI development that is appealing to both types of devs.

I just wished it would have native tuples.