One Two Bytes
banner
onetwobytes.bsky.social
One Two Bytes
@onetwobytes.bsky.social
65 followers 230 following 27 posts
Roaming the software world. A smorgasbord of topics I come across while writing software. https://www.onetwobytes.com
Posts Media Videos Starter Packs
Now working on reading news feeds from websites #buildinpublic #software-dev
Added a reader mode to the agent webloader, showing good results in extracting meaningful content from cluttered websites #buildinpublic #software-dev
Interesting take! Using Swift for embedded systems feels like it could be useful. Curious how it compares to Qt/QML. Definitely giving this a look
Don’t be afraid to suggest coffee as a peace offering. ☕️
Reposted by One Two Bytes
Problem 2: Big context windows ≠ smarter

LLMs often drew incorrect conclusions or overlooked details when parsing the entire HTML for the page.

We had to transform everything into simplified, structured formats like CSV with filtered columns.
Wrote a OneTenAgent. Example: one_ten_agent.run("On a scale from 1 to 10, how interesting would this post be for Swimmers?") and it returns the number. Works surprisingly well
github.com/tm243/agent-...

#PythonDev #SoftwareDev
Reposted by One Two Bytes
I think I'm gonna have a go at doing an animated version of this old client concept work, I wanna see those capes billowing and cannons popping! #pixelart #gamedev
now Telia is working again
Looks like Telia is down, website, mobile, internet
the weather bot was before 2018, wonder which ancient technologies were used to build that 😅
Reposted by One Two Bytes
I also think one of the most powerful forms of radicalization is educating as many people as possible about mechanics - financial, systemic and technological - behind the tech industry. Their entire success has been based on obfuscating their work as too big or complex for "normal" people to "get."
Reposted by One Two Bytes
Pluses of using LLMs in coding:
- Quickly showcase prototypes and get instant client feedback.

Minuses of using LLMs in coding:
- Explaining to clients that prototypes still require proper development before production.
Ollama Docker image with Gemma3:4b works well on CircleCI’s free plan. #dev #PythonDev #LLM
Excellent. People should be free to choose the tools they prefer.
Reposted by One Two Bytes
In 2024, Python surpassed JavaScript as the most popular programming language on GitHub for the first time.

#programming #coding #python #java #javascript #typescript #csharp #c++ #php #c #go #golang #shell #ruby #obj-c
VS Code 1.98 Copilot Vision supposedly writes HTML/CSS based on a screenshot, has anyone tried that? #dev
Gotta check how a TrapC program integrates with existing C and C++ codebases. #C #C++ #Programming #MemorySafety #Tech
reading the source code of Command & Conquer Tiberian Dawn today ☺️ #OpenSource #GameDev #RetroGaming #CodeAsLiterature #DigitalArchaeology
Working with Copilot

Just something I wanted to share: Me: when working with Copilot, many things get easier, but the core problems remain the same and fixing hairy problems such as concurrency issues and the like, or test edge cases etc are still manual work. It helps mainly with boilerplate…
Working with Copilot
Just something I wanted to share: Me: when working with Copilot, many things get easier, but the core problems remain the same and fixing hairy problems such as concurrency issues and the like, or test edge cases etc are still manual work. It helps mainly with boilerplate code, which aren't difficult to write anyway, but it saves time ChatGPT said:
onetwobytes.com