's Avatar

@sysout.dev.bsky.social

9 Followers  |  84 Following  |  1 Posts  |  Joined: 23.10.2024  |  2.1217

Latest posts by sysout.dev on Bluesky

Preview
Oxideโ€™s Compensation Model: How is it Going? / Oxide Reflecting on how our compensation model is going

Some news from @oxide.computer: we got a raise! Our annual salary now stands at $235K. oxide.computer/blog/oxides-...

10.08.2025 15:48 โ€” ๐Ÿ‘ 177    ๐Ÿ” 23    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 5
Post image

Checkout the new page on the @spring.io website that maps the #springboot generation to all the other Spring projects, including Spring Cloud. spring.io/projects/gen...

07.08.2025 19:11 โ€” ๐Ÿ‘ 21    ๐Ÿ” 5    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
How To Use Application Monitoring With Paketo Buildpacks

For projects using the OpenTelemetry Java Agent, a while ago I contributed a Buildpack to the Paketo project. When containerising Java applications with Buildpacks, it lets you include the agent automatically. paketo.io/docs/howto/a...

03.08.2025 17:07 โ€” ๐Ÿ‘ 3    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

This is a thought provoking, bite sized little piece that boils down to, "don't give feedback on EVERYTHING, because not everything matters! give feedback on things that have impact."

I think it's a *great* exercise for the feedback-giver to think through the impact they want their advice to have.

30.07.2025 00:04 โ€” ๐Ÿ‘ 74    ๐Ÿ” 11    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
Preview
Introducing Kiro A new agentic IDE that works alongside you from prototype to production

Well, this is awkward. AWS released a Cursor clone and it's... actually not terrible? It may be time to re-evaluate my life. kiro.dev/blog/introdu...

14.07.2025 14:00 โ€” ๐Ÿ‘ 106    ๐Ÿ” 15    ๐Ÿ’ฌ 7    ๐Ÿ“Œ 6
Who's Adam and What's He Optimizing? | Deep Dive into Optimizers for Machine Learning!
YouTube video by Sourish Kundu Who's Adam and What's He Optimizing? | Deep Dive into Optimizers for Machine Learning!

this video is looking pretty great as an overview of the area. love the visuals

24.06.2025 22:23 โ€” ๐Ÿ‘ 12    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Functional analysis - YouTube See tbsom.de/s/fa

this actually seems like it might be an awesome series. i really liked the clarity of the first video. youtube.com/playlist?lis...

25.06.2025 00:08 โ€” ๐Ÿ‘ 17    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
CSS boilerplate | fokus UA+ (User agent plus), a different type of reset style sheet

Following UA+, here's the next project.

CSS boilerplate: A default CSS structure for projects of any size.

It comes with a detailed explanation how I use cascade layers.

fokus.dev/tools/css-bo...

25.04.2025 06:08 โ€” ๐Ÿ‘ 52    ๐Ÿ” 12    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 4
Preview
React Labs: View Transitions, Activity, and more โ€“ React The library for web and native user interfaces

Today we're sharing that View Transitions and Activity are ready to try in the experimental channel, along with docs and updates on other areas we're actively working on:

react.dev/blog/2025/04...

23.04.2025 15:45 โ€” ๐Ÿ‘ 217    ๐Ÿ” 46    ๐Ÿ’ฌ 8    ๐Ÿ“Œ 23
Post image

Transactions are a protocol

short new post

notes.eatonphil.com/2025-04-20-t...

20.04.2025 14:49 โ€” ๐Ÿ‘ 32    ๐Ÿ” 5    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Authentication is part of web security - and as such it can be intimidating.

All these attack scenarios, secrets, encryption layers, protocols, mitigations and rules.

Luckily, James Mickens summarized all we need to know in his classic paper "This World of Ours":

04.04.2025 20:28 โ€” ๐Ÿ‘ 17    ๐Ÿ” 6    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

There are two problem-solving approaches:

1) identify a problem that you want to solve, then find a method that will solve it
or
2) pick a method you want to use, and go hunting for problems.

The second way is the stupid way, so it shouldn't surprise anyone that it's the default method in tech.

04.04.2025 15:09 โ€” ๐Ÿ‘ 3126    ๐Ÿ” 444    ๐Ÿ’ฌ 101    ๐Ÿ“Œ 59
What's new in Maven 4? โ€“ Maven

Want to know what changes with Maven 4? Grab something to drink and read the following article I wrote for the Maven page (will continuously be updated with further releases):
maven.apache.org/whatsnewinma...

Documentation is fun ๐Ÿ˜

04.04.2025 04:32 โ€” ๐Ÿ‘ 27    ๐Ÿ” 19    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1
Preview
Enabling Design System Observability Using Honeycomb We developed a tool that leverages Honeycomb to provide deeper design system observability, offering critical insights into adoption trends.

Want to have more observability into how your design system is used?

Check out how I used @honeycombio & Puppeteer to track design system component adoption on a live application www.honeycomb.io/enabling-des...

31.03.2025 20:32 โ€” ๐Ÿ‘ 14    ๐Ÿ” 6    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Introducing `content-visibility: auto` - A Hidden Performance Gem How to dramatically improve rendering performance of large lists and complex DOMs with a single CSS property

Introducing `content-visibility: auto` - A Hidden #Performance Gem

#CSS

28.03.2025 11:48 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Propagating OpenTelemetry context when using Virtual Threads & Structured Concurrency Find out more about Propagating OpenTelemetry context when using Virtual Threads & Structured Concurrency.

Propagating #OpenTelemetry context when using #VirtualThreads & Structured Concurrency by @warski.org

23.03.2025 09:19 โ€” ๐Ÿ‘ 12    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
A Deep Dive Into MCP and the Future of AI Tooling | Andreessen Horowitz We explore what MCP is, how it changes the way AI interacts with tools, what developers are already building, and the challenges that still need solving.

A look at MCP from a16z

a16z.com/a-deep-dive-...

22.03.2025 14:40 โ€” ๐Ÿ‘ 14    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Really outstanding explanation of stream gatherers

22.03.2025 12:23 โ€” ๐Ÿ‘ 5    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Interactive AWS NAT Gateway - Malith R An interactive blog post exploring AWS NAT Gateway

My interactive AWS NAT Gateway blog post is now published. Check it out at malithr.com/aws/natgatew....

20.03.2025 08:56 โ€” ๐Ÿ‘ 64    ๐Ÿ” 12    ๐Ÿ’ฌ 10    ๐Ÿ“Œ 6
Preview
CloudTrail Network Activity Events for AWS VPC Endpoints | Wiz Blog How AWS VPC Endpoint CloudTrail logs can help you troubleshoot endpoint policies and strengthen your network's security against data exfiltration.

It's been awesome getting to team up with @ramimac.me to dig into a new AWS feature! Read our thoughts on AWS's new CloudTrail network activity events (aka VPC endpoint logs): www.wiz.io/blog/aws-vpc...

20.03.2025 15:45 โ€” ๐Ÿ‘ 9    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - olamy/jacoco-aggregator-maven-plugin Contribute to olamy/jacoco-aggregator-maven-plugin development by creating an account on GitHub.

If you have pain merging #jacoco reports from #maven multimodue projects this will make your life easier github.com/olamy/jacoco... #maven #jenkins

20.03.2025 04:33 โ€” ๐Ÿ‘ 2    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1
If someone tells you that coding with LLMs is easy they are (probably unintentionally) misleading you. They may well have stumbled on to patterns that work, but those patterns do not come naturally to everyone.

Iโ€™ve been getting great results out of LLMs for code for over two years now. Hereโ€™s my attempt at transferring some of that experience and intution to you.

Set reasonable expectations
Account for training cut-off dates
Context is king
Ask them for options
Tell them exactly what to do
You have to test what it writes!
Remember itโ€™s a conversation
Use tools that can run the code for you
Vibe-coding is a great way to learn
A detailed example
Be ready for the human to take over
The biggest advantage is speed of development
LLMs amplify existing expertise
Bonus: answering questions about codebases

If someone tells you that coding with LLMs is easy they are (probably unintentionally) misleading you. They may well have stumbled on to patterns that work, but those patterns do not come naturally to everyone. Iโ€™ve been getting great results out of LLMs for code for over two years now. Hereโ€™s my attempt at transferring some of that experience and intution to you. Set reasonable expectations Account for training cut-off dates Context is king Ask them for options Tell them exactly what to do You have to test what it writes! Remember itโ€™s a conversation Use tools that can run the code for you Vibe-coding is a great way to learn A detailed example Be ready for the human to take over The biggest advantage is speed of development LLMs amplify existing expertise Bonus: answering questions about codebases

Here's the table of contents for my lengthy new piece on how I use LLMs to help me write code simonwillison.net/2025/Mar/11/...

11.03.2025 14:10 โ€” ๐Ÿ‘ 57    ๐Ÿ” 7    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 2
Video thumbnail

๐Ÿ› ๏ธ โœ๏ธ New Interactive Article: CSS Relative Colors

I explored how CSS relative colors work, the problem they solve, along with many practical examples.

ishadeed.com/article/css-...

09.03.2025 21:06 โ€” ๐Ÿ‘ 252    ๐Ÿ” 58    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 7
Preview
The 4 Evolutions of Your Observability Journey The known/unknown matrix can be incredibly helpful in understanding where you are with your observability implementation.

Not canonical per se, but both @hazelweakly.me and @charity.wtf have written extensively on this topic. These aren't short reads, but they are, to me, fundamental to understanding where o11y is going

thenewstack.io/the-4-evolut...
hazelweakly.me/blog/redefin...
charity.wtf/2024/08/07/i...

02.03.2025 22:19 โ€” ๐Ÿ‘ 13    ๐Ÿ” 4    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Preview
Building WebSites With LLMS Writing about the big beautiful mess that is making things for the world wide web.

๐Ÿ“ How I build websites with LLMS

(Sorry in advance for the baited headline)

blog.jim-nielsen.com/2025/lots-of...

04.03.2025 14:35 โ€” ๐Ÿ‘ 25    ๐Ÿ” 4    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 3
Preview
GitHub - fabriciorby/maven-surefire-junit5-tree-reporter: Tree view console report for Maven Surefire JUnit5 plugin. :^) Tree view console report for Maven Surefire JUnit5 plugin. :^) - fabriciorby/maven-surefire-junit5-tree-reporter

If you are a Maven Surefire user and ever wanted a fancy tree output for your tests instead of a bunch of logs, you absolutely should try this.

08.03.2025 12:43 โ€” ๐Ÿ‘ 11    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Scaling the Linear Sync Engine
YouTube video by Linear Scaling the Linear Sync Engine

I have a soft spot for sync engines because of working on similar stuff at Figma. This is an honest talk on how Linear evolved their sync engine to resolve various scaling challenges.

21.02.2025 21:32 โ€” ๐Ÿ‘ 14    ๐Ÿ” 2    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Preview
Dialogs, Popovers & the Top Layer Mess Dialogs (or modals) and popovers are essential UI components that interrupt the user's workflow to...

Managing the top layer is difficult and by extension this makes Dialogs and Popovers difficult. In this post I vent a little frustration and try to work out a viable solution. Any and all ideas and feedback are welcome.

dev.to/link2twenty/...

#webdev #react #javascript

18.02.2025 21:15 โ€” ๐Ÿ‘ 4    ๐Ÿ” 4    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
Preview
Navigating the Web Platform Cheatsheet As a web developer, navigating the web platform isn't always easy. Here are ways to keep track of what you can use, of what's new in web browsers, and ways you can influence the development of theโ€ฆ

I just made a thing:

A collection of links for web developers to navigate the web platform more easily.

๐ŸŸข Places to follow progress and keep track.
๐ŸŸฃ Places to make your voice heard and influence the platform with your use cases.

18.02.2025 20:02 โ€” ๐Ÿ‘ 44    ๐Ÿ” 24    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Accelerate Spring AI Development with Effortless Privacy from CodeGate Introduction I've been exploring multiple AI tools like Continue.dev, GitHub Copilot, and...

I've been spending quite a bit of time exploring AI workflows and building AI applications. I wrote a short blog post on my latest experiment which combines two exciting open source projects -Spring AI and CodeGate.
dev.to/stacklok/acc...

#java #springboot #SpringFramework #ai

18.02.2025 15:43 โ€” ๐Ÿ‘ 5    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@sysout.dev is following 20 prominent accounts