Adi Ginting

Adi Ginting

@adipginting.bsky.social

Computer programmer https://www.adipginting.com

31 Followers 71 Following 25 Posts Joined Aug 2023
1 week ago

The Claude frontend skill outputs are already recognizable. Off-the-shelf aesthetics become cringe so fast. See Bootstrap, Material, etc etc.

There’s no way around learning what goes into good design. That means open eyes, lots of practice. Easier than ever but fundamentals same

125 8 9 5
1 week ago
screenshot of the one-pager version of the servo readiness report

How do we get to more than just three web engines owned by three US companies?

It's a gargantuan question, with no easy or right answer.

I've put together a draft report, thinking about it through a very specific approach - please enjoy:

Servo Readiness Report

webtransitions.org/servo-readin...

60 26 4 1
2 weeks ago

Amusing - I'm hearing a comeback of XP (Extreme Programming) practice.

In the early 2000s these used to be popular (championed by @kentbeck.com). Then died down. They are now surging again.

XP practices like small releases, frequent integration, and constant customer input!

86 11 16 9
2 weeks ago

Sure, but one thing I find when I understand UI/UX, my designer friend appreciated it that I can emphatize with their works

1 0 0 0
2 weeks ago

We cal it as agency over here

0 0 0 0
2 weeks ago

I am a developer, but trying to learn about design too. Designers can learn a thing or two about development

0 0 2 0
3 weeks ago

You don't have that in Brave

2 0 0 0
3 weeks ago

That is one way you have power towards software projects. Fork the projects, improve the designs, and maintain it.

2 0 2 0
3 weeks ago

Please, begin forking

3 0 1 0
1 month ago
5,258 1,694 32 32
1 month ago
Preview
Helping you fall in love with CSS Helping you fall in love with CSS.

I hadn't updated my personal site in 8 years.

Felt a little embarrassed by that, tbh, so spent some time on it this weekend.

www.kevinpowell.co

63 4 7 1
2 months ago
Preview
GitHub - badlogic/pi-mono: AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods - badlogic/pi-mono

github.com/badlogic/pi-...

3 0 0 0
2 months ago

This will change this year because I plan to train my own llms

1 0 0 0
2 months ago

I think I just find one of the efficient ways to talk at conferences:
1. build some features on public open source projects
2. present it in conferences.

You get something to work on and you have something to talk about. Skills, contributions, networking, and visibility combo.

1 0 0 0
2 months ago

Hi, Joyee. I am new to node codebase, but this is a massive PR. How long did it take you this far? Kudos for the hard work. I am gonna take time to read the PR

1 0 1 0
2 months ago

In Node v20.19.0+, v22.12.0+, you can require commonjs modules from esm files.

0 0 0 0
2 months ago
Preview
require(esm) in Node.js: from experiment to stability More than a year ago, I set out to revive require(esm) in Node.js and landed an experimental implementation. After a lot of iteration and battle-testing, require(esm) is now unflagged across all suppo

Finished two retrospective blog posts on the journey of require(esm) before 2025 ends:

joyeecheung.github.io/blog/2025/12...

joyeecheung.github.io/blog/2025/12...

85 22 2 1
2 months ago

Hey, Dan. Sorry, I just opened bsky. Did you get a job in Japan finally?

0 0 1 0
2 months ago

So much calmer here compared to Twitter and Threads :)

0 0 0 0
1 year ago

Ah, the era of coding with AI. Have you reached a point where you think you "can build" something, but you don't honestly know what the code the AI produces is doing when you look at it? So, how are you going to fix if there is a blocker?

0 0 1 0
1 year ago

I am in acceptance mode that I will perhaps never train my own llm.

0 0 1 0
1 year ago

One kernel to rule them all, One kernel to find them, One kernel to bring them all, and in the freedom bind them; In the user space and kernel space where the mind of kernel developers lie.

0 0 0 0
1 year ago

This project can be an exciting one to contribute to. If you have the skills, consider to contribute. They have been around for a long time. I remember using this software in 2007 and they are still around. That is something about the longevity of the project

1 0 0 0
1 year ago

Just checked it out, it basically html files on your local computer

1 0 1 0
1 year ago

rustup doc --book

2 0 1 0
1 year ago

Cool. It is powerful enough

0 0 0 0
1 year ago

Hello, anybody in tech? I am a computer programmer in Indonesia.

My daily tech is typescript, but I am drifting towards python and Rust. Let's connect

3 0 0 0
1 year ago
Screenshot of my Bluesky profile, showing @nicolo-ribaudo.github.io as the handle

Developers, do you want to verify yourself here but don't have a personal domain? You can use your GitHub account! 🦋🐱

I temporarily renamed myself to @nicolo-ribaudo.github.io :)

900 339 38 72
1 year ago

Sorry, not user interface, but user experience. That includes trying to reduce service time by looking at service time percentiles

0 0 0 0
1 year ago
An excerpt from Kleppmann's Designing Data Intensive Application that reads:
"High percentiles of response times, also known as tail latencies, are important because they directly affect users' experience of the service. For example, Amazon describes response time requirements for internal services in terms of the 99.9th percentile, even though it only affects 1 in 1,000 requests. This is because the customers with the slowest requests are often those who have the most data on their accounts because they have made many purchases—that is, they're the most valuable customers [19]. It's important to keep those customers happy by ensuring the website is fast for them: Amazon has also observed that a 100 ms increase in response time reduces sales by 1% [20], and others report that a 1-second slowdown reduces a customer satisfaction metric by 16% [21, 22]."

Up to this point of reading this book, I get the impression that spending time to make a general rule for every users and to uniform their user experience shouldn't be a goal. Prioritizing a better user interface for users that generates more revenue can be a good goal

0 0 1 0