Readit News logoReadit News
kisamoto commented on AWS CEO says using AI to replace junior staff is 'Dumbest thing I've ever heard'   theregister.com/2025/08/2... · Posted by u/JustExAWS
VagabundoP · 18 days ago
Two things that will hurt us in the long run, working from home and AI. I'm generally in favour of both, but with newbies it hurts them as they are not spending enough face to face time with seniors to learn on the job.

And AI will hurt them in their own development and with it taking over the tasks they would normally cut their teeth on.

We'll have to find newer ways of helping the younger generation get in the door.

kisamoto · 18 days ago
I would argue that just being in the office or not using AI doesn't guarantee any better learning of younger generations. Without proper guidance a junior would still struggle regardless of their location or AI pilot.

The challenge now is for companies, managers and mentors to adapt to more remote and AI assisted learning. If a junior can be taught that it's okay to reach out (and be given ample opportunities to do so), as well as how to productively use AI to explain concepts that they may feel too scared to ask because they're "basics", then I don't see why this would hurt in the long run.

kisamoto commented on How I build software quickly   evanhahn.com/how-i-build-... · Posted by u/kiyanwang
kukkeliskuu · 2 months ago
In recent years, I have learned how to build sufficiently robust systems fast.

Here are some things I have learned:

* Learn one tool well. It is often better to use a tool that you know really well than something that on the surface seems to be more appropriate for the problem. For extremely large number of real-life problems, Django hits the sweet spot.

Several times I have started a project thinking that maybe Django is too heavy, but soon the project outgrew the initial idea. For example, I just created a status page app. It started as a single file Django app, but luckily realized soon that it makes no sense to go around Djangos limitations.

* In most applications that fit the Django model, data model is at the center of everything. Even if making a rought prototype, never postpone data model refactoring. It just becomes more and more expensive and difficult to change over time.

* Most applications don't need to be single-page apps nor require heavy frontend frameworks. Even for those that can benefit from it, traditional Django views is just fine for 80% of the pages. For the rest, consider AlpineHJS/HTMX

* Most of the time, it is easier to build the stuff yourself. Need to store and edit customers? With Django, you can develop simple a CRM app inside your app in just few hours. Integrating commercial CRM takes much more time. This applies to everything: status page, CRM, support system, sales processes, etc. as well as most Django apps/libraries.

* Always choose extremely boring technology. Just use python/Django/Postgres for everything. Forget Kubernetes, Redis, RabbitMQ, Celery, etc. Alpine/HTMX is an exception, because you can avoid much of the Javascript stack.

kisamoto · 2 months ago
Fully agree. I would also say it's easy enough to use Django for (almost) everything for a self contained SaaS startup. Marketing can be done via Wagtail. Support is managed by a reusable app that is a simple static element on every page (similar to Intercom) that redirects to a standard Django page, collects some info about the issue including the user who made it (if authenticated) etc.

I try to simplify the stack further and use SQLite with Borg for backups. Caching leverages Diskcache.

Deployment is slightly more complicated. I use containers and podman with systemd but could easily be a git pull & gunicorn restart.

My frontend practices have gone through some cycles. I found Alpine & HTMX too restrictive to my liking and instead prefer to use Typescript with django-vite integration. Yes it means using some of the frontend tooling but it means I can use TailwindCSS, React, Typescript etc if I want.

kisamoto commented on ETH Zurich and EPFL to release a LLM developed on public infrastructure   ethz.ch/en/news-and-event... · Posted by u/andy99
kisamoto · 2 months ago
Any info on context length or comparable performance? Press release is unfortunately lacking on technical details.

Also I'm curious if there was any reason to make such a PR without actually releasing the model (due Summer)? What's the delay? Or rather what was the motivation for a PR?

kisamoto commented on Gemini-2.5-pro-preview-06-05   deepmind.google/models/ge... · Posted by u/jcuenod
kisamoto · 3 months ago
Amateur question, how are people using this for coding?

Direct chat and copy pasting code? Seems clunky.

Or manually switching in cursor? Although is extra cost and not required for a lot of tasks where Cursor tab is faster and good enough. So need to opt in on demand.

Cline + open router in VSCode?

Something else?

kisamoto commented on Show HN: I made a web-based, free alternative to Screen Studio   screenrecorder.me... · Posted by u/johnwheeler
kisamoto · 4 months ago
I have no connection but seeing as these conversations often discuss alternatives I'd like to mention https://screenrun.app/.

It's web based, offers plenty of features and can be had for a one-time of $40.

I've only used it a handful of times however I keep coming back.

kisamoto commented on Not For Large Profit: An opt-in framework for responsible companies   notforlargeprofit.org/man... · Posted by u/kisamoto
kisamoto · 5 months ago
"Responsible capitalism" is not a term you often hear but it's something I think we could strive for.

Not-for-large-profit is a set of guiding principals that tries to sit in the middle of the non-profit and profit-at-all-costs spectrum.

This is my initial attempt at an idea I've had floating around for a while and I would love to see feedback either in comments here or discussions/PRs on the GitHub repo.

Thanks and happy hacking,

kisamoto commented on Tesla Solar Sales Declined for 4 Qtrs. Then Tesla Stopped Publishing the Numbers   cleantechnica.com/2025/04... · Posted by u/elsewhen
chollida1 · 5 months ago
> Kind of interesting that we should now rejoice of EV and solar panel numbers dropping.

Maybe I missed it in the article but why should we rejoice that EV and solar panel numbers are dropping?

Isn't that a bad thing?

kisamoto · 5 months ago
No we shouldn't be but I think the point here is more that "this company's sales are dropping".
kisamoto commented on Apple M4 MacBook Air review: I have no notes   arstechnica.com/apple/202... · Posted by u/tosh
kisamoto · 6 months ago
I am evaluating a new machine to replace my laptop & desktop for coding (Python, Go, React), data exploration, running containers and low resource business day-to-day (Microsoft Suite, Slack, light image editing etc.) - not necessarily all the same time but often.. I travel a medium amount so can't just use a desktop but running both seems cumbersome.

The M4 MacBook Airs are very tempting and I think the size & weight of the 15" is not as offputting as it once was. However I agree with the criticism in this article. A lesser quality display and lacking a little power (M4 Pro option would be nice).

A 14" MacBook Pro is the current draw. Slightly heavier but option for M4 Pro as well as more memory (up to 48GB) as well as nanotexture for out and about.

I love the idea of the Framework 13" machines with Ubuntu. Almost same weight as a 13" Air and with strong upgradeability. Disadvantages (to me) are the battery life on Linux is significantly less than an Apple device (although hard to find exact numbers), and even with the new Ryzen AI Max processors and the DDR5 memory, speed is much lower compared to the M-series soldered on a chip (although I'm open to counter points that this difference in speed is not worth it).

The Apple software ecosystem is a soft grab but to be honest there are options to Apple Photos which is the one I use the most.

kisamoto commented on Avoid ISP Routers (2024)   routersecurity.org/ISProu... · Posted by u/dp-hackernews
kisamoto · 7 months ago
*Avoid ISP Routers wherever possible.

Sometimes they just don't allow you to use it. In the past I've had ISP router that had a heavily restricted custom firmware on it and a "hidden" username password setup for authorizing with the ISP. I couldn't use my own.

In that situation I had to aim to use it as the modem and have a second router it unloaded to. Not ideal.

Now I can freely pick hardware with my current ISP. Just need to find the time/money to upgrade to fibre everywhere to capitalize on the 10Gb/s.

u/kisamoto

KarmaCake day1635July 16, 2012
About
Fullstack Engineer (weighted towards infx & "DevOps").

Aspiring mountaineer.

[ my public key: https://keybase.io/ejones; my proof: https://keybase.io/ejones/sigs/em0zaIvNe2TeZ3vgjRwX3qUC1zJEcJmUSPqaYuaVm-E ]

Founder of carbonremoved.com to make CO₂ removal accessible to everyone.

View Original