Advertisement · 728 × 90

Posts by Marek

Video

3D printing experiment: I designed a little adapter to add a flashlight to my Swiffer. I call it the "Swiffer Explorer" now.

4 months ago 1 0 0 0

And it is fixed!

5 months ago 0 0 0 0
Chromium

There is an issue tracked for it now:

issues.chromium.org/issues/45720...

And this seems to be a suggested fix:

chromium-review.googlesource.com/c/chromium/s...

Interesting to see how this takes its course.

5 months ago 0 0 1 0

The Chromium team is now aware of it:

issues.chromium.org/issues/40101...

Holding my breath for it to be solved as multiple of the web-based tools that I use daily depend on it.

5 months ago 0 0 1 0

Did a recent Android update break the File Access API in Chrome? On Android 16 with Chrome 142.0.7444.48 I get:

"Failed to execute 'showOpenFilePicker' on 'Window': The user aborted a request."

Google's own FSA demo also stopped working:

googlechromelabs.github.io/text-editor/

5 months ago 0 0 1 0

I see. Yes, I have built similar tooling for my workflow.

7 months ago 0 0 0 0

I'm not quite sure what it does. From skimming the readme, it looks like it expands a prompt with "Write a file in the language ... that does the following ..." and forwards it to an LLM?

7 months ago 0 0 1 0

True. But does the XMLHttpRequest solution have any downsides?

9 months ago 0 0 1 0
Advertisement

The File System Access API that is already supported by Chrome on desktop and mobile should be supported by Safari and Firefox as well.

It finally lets us write web apps that do not need to store the user's data in the cloud and lets the user backup their data themselves.

9 months ago 1 0 0 0

Fetch has all the tools you need. You can get the content length from the headers and the content transferred so var via read():

www.gnod.com/search/ai?q=....

9 months ago 0 0 1 0
Prompt Coding

Today I felt inspired to write down some thoughts about the current state of LLM-based coding and about a prompt coding experiment I am conducting:

www.gibney.org/prompt_coding

9 months ago 3 0 2 1

Theory that explains the p-values:

The Vitamin D capsules tasted more like Theanine to you than the actual Theanine capsules. And thinking you took Theanine improved your mood.

1 year ago 0 0 0 0
Chart that shows China at over 9000TWh while every other country is below 5000TWh.

Chart that shows China at over 9000TWh while every other country is below 5000TWh.

In the era of AI, the intelligence of a country will be equal to

electricity * chips * software

Not sure how it will look on the chips and software front. But in terms of electricity, China seems to be hard to catch up with.

1 year ago 0 0 0 0

I'm interested in the question if a Surface Pro (With Snapdragon X Plus, which is an ARM chip) makes a good dev machine. As far as I know, you cannot boot a stock Linux distro on this device.

As for VM, which one would you suggest to run on an ARM machine?

1 year ago 1 0 1 0

Hmm.. reading through that thread, it sounds like they did not use the Docker version that came with their distribution. I wonder if the version that came with the distribution worked better.

1 year ago 1 0 0 0

The ticket is about the Windows version of Docker. Does it really apply to the Linux version?

1 year ago 1 0 2 0

When you say "some Docker stuff", do you mean you typed "docker run someimage" in the terminal inside WSL2 and it did not work?

1 year ago 1 0 1 0

I see. What's a weird thing you experienced?

1 year ago 1 0 1 0
Advertisement

Would you say WSL can replace a native Linux machine for web development? So Apache, Python, Vim etc run in WSL?

1 year ago 1 0 1 0
Video

The html-editor with instant preview is still my favorite tool to do HTML/CSS/JS experiments on the go.

no-gravity.github.io/html_editor/

So I added a some more features today to make it more convenient.

1 year ago 2 0 0 0

With the json arrow functions, SQLite makes a nice document store. If you have a json "book" column, then selecting all book names is just:

SELECT book->>'name' FROM books;

But I miss auto increments.

Without an additional 'id' column, inserting a new book with a unique id is tricky.

1 year ago 1 0 0 0
Video

I started adding additional infos on the www.productchart.com item pages when hovering the data fields with the mouse.

The iPad Pro has a nice aspect ratio of 1.33. Most tablets are at 1.6. I think the more squarish, the better for coding.

It is also nicely lightweight at 578g for the 13" version.

1 year ago 1 0 0 0

Isn't Waymo already doing over 150k autonomous rides per week?

1 year ago 0 0 1 0

Oh, I see!

1 year ago 1 0 0 0

What is an "order 6 Mandelbrot set"?

1 year ago 1 0 1 0
Post image

Experimenting with a tablet based development workflow.

#buildinpublic

1 year ago 2 0 0 0
Post image

From a usability standpoint, the AT Protocol is really nice. You prove ownership of a domain simply by placing a text file containing your DID string on it. The domain then becomes your handle.

1 year ago 0 0 0 0
Advertisement

I tend towards the first one.

1 year ago 1 0 0 0

If Google is not great at sorting results, that would have a few interesting consequences.

The first thing that comes to mind is that it would be interesting to compile a list of tools that are the best tool for "xyz" by a good margin, but are not listed on the first search result page for "xyz".

1 year ago 0 0 0 0

In the end, Google always thinks what users think. I have yet to see a tool compelling enough for users to bookmark and regularly use that Google does not rank.

1 year ago 0 0 1 0