Readit News logoReadit News
dirkc 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
michaelt · 2 days ago
Sadly, I doubt 3-day take-home assignments have much future as a means of assessment in the age of LLMs.
dirkc · 2 days ago
Might be true, idk? For all we know that professor now gives a 2.5-day take home assignments where they are allowed to use LLMs, and then assess them in an 1 hour oral exam where they need to explain approach, results and how they ensure that their results are accurate?

I don't think the 3-day take home is the key. It's supporting educators to have the intention, agency and capacity to improvise assessment.

dirkc 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
jqpabc123 · 2 days ago
He wants educators to instead teach “how do you think and how do you decompose problems”

Ahmen! I attend this same church.

My favorite professor in engineering school always gave open book tests.

In the real world of work, everyone has full access to all the available data and information.

Very few jobs involve paying someone simply to look up data in a book or on the internet. What they will pay for is someone who can analyze, understand, reason and apply data and information in unique ways needed to solve problems.

Doing this is called "engineering". And this is what this professor taught.

dirkc · 2 days ago
I had a like minded professor in university, ironically in AI. Our big tests were all 3 day take home assignments. The questions were open ended, required writing code, processing data and analyzing results.

I think the problem with this is that it requires the professor to mentally fully engage when marking assignments and many educators do not have the capacity and/or desire to do so.

dirkc commented on Show HN: SideNote – Markdown Note Extension on Browser Sidepanel   github.com/IHaBiS02/SideN... · Posted by u/IHaBiS02
dirkc · 2 days ago
Well done at taking on a problem you're having and building something!

> So, now I start studying javascript, html, and css for implementing those features, hope to implement those features someday.

For me this is the highlight of your story! There are plenty of great resources available to help you on your journey! All the best!

dirkc commented on The End of Handwriting   wired.com/story/the-end-o... · Posted by u/beardyw
grugagag · 4 days ago
No editing either. Also no undo. I think this is forcing one to in memory buffer edit before putting it down on paper which is a good thing once learned.
dirkc · 4 days ago
When I use notebooks, I always leave the left page blank for corrections, future summaries or reflections.
dirkc commented on The value of hitting the HN front page   mooreds.com/wordpress/arc... · Posted by u/mooreds
dirkc · 4 days ago
I can attest to the follow-on traffic. I had a showHN on the front page for a brief moment. A few weeks later it was featured in a popular Chinese newsletter. There's also been a few smaller spikes that is attributable to HN.
dirkc commented on The value of hitting the HN front page   mooreds.com/wordpress/arc... · Posted by u/mooreds
8organicbits · 4 days ago
For one popular project of mine that hit the front page I had a 2% sign-up rate. It was a free service that used GitHub for authentication, which likely helped.

I had a Netlify landing page (CDN), and the web app was a Django app on a single DigitalOcean droplet. I didn't see any complaints of performance issues / resource usage stayed low.

dirkc · 4 days ago
That sounds like my preferred setup! I use a static site deployed to cloudfront backed by a Django app on Digital Ocean :)

It might not work for all applications, but it tends to hold up great against traffic spikes and the hosting costs stay in the low teens (USD)!

dirkc commented on Prime Number Grid   susam.net/primegrid.html... · Posted by u/todsacerdoti
dirkc · 5 days ago
Nice visualization! 2 suggestions if I can nitpick :)

1. Make the grid render as a square when rows == columns

2. Default to the largest number of rows and columns that would still avoid page scrolling

dirkc commented on Web apps in a single, portable, self-updating, vanilla HTML file   hyperclay.com/... · Posted by u/pil0u
Sammi · 6 days ago
To take this concept one step further towards perfection, you would want to lose the backend completely and persist directly to a git repo using https://isomorphic-git.org/
dirkc · 5 days ago
I like the idea! You would still need something to serve the HTML file, but that isn't so bad.

But in my experience the potential audience shrinks significantly once anything git related is expected from a user.

dirkc commented on Web apps in a single, portable, self-updating, vanilla HTML file   hyperclay.com/... · Posted by u/pil0u
dirkc · 5 days ago
Initiatives like this that makes creating web pages more direct are great!

I've done something similar using IPFS for persistence [1]. The format is different - it's a tutorial starting out with the dev tools that guides you to build an editor + site.

I wish that IPFS was more usable and mature as a general web technology! I've considered trying this with Git as the backend, but I haven't done much research into what the tradeoffs or complications would be?

[1] - https://www.thebacklog.net/projects/agregore-web-apps/

dirkc commented on PYX: The next step in Python packaging   astral.sh/blog/introducin... · Posted by u/the_mitsuhiko
dirkc · 10 days ago
My 2c when it comes to python packaging:

1. do dev in an isolated environment like docker

2. install deps from config - ie. build a new image when adding a dep

u/dirkc

KarmaCake day569February 28, 2014
About
thebacklog.net
View Original