Hacker News
To know if big tech harms society requires research – which big tech manipulates
AI artwork of Alan Turing sells for $1M
Article URL: https://www.bbc.com/news/articles/cpqdvz4w45wo
Comments URL: https://news.ycombinator.com/item?id=42100613
Points: 1
# Comments: 0
TSMC to close door on producing advanced AI chips for China from Monday
Article URL: https://www.ft.com/content/a736beeb-b38a-484e-bbe9-98e92ecb66d9
Comments URL: https://news.ycombinator.com/item?id=42100607
Points: 1
# Comments: 0
Show HN: Httpclock. A useless clock, unless the time is a valid status code
I made this a few months back as a fun little project and it has absolutely no utility whatsoever.
tldr: If the current time can be mapped to a valid HTTP status code (e.g., 4:04pm -> 404 Not found) the server will return that status code to the client.
Note: There's a high probability you'll see an empty page in a browser at any given time due to the nature of the project. If you're viewing this shortly after posting, try the cet subdomain (more info below).
Example: https://x.com/scottinallcaps/status/1827211120194486597
——
The httpclock.com domain redirects to the respective timezone subdomain for the client based on IP address (e.g. pt.httpclock.com). Otherwise it falls back to utc.
Note: I'm submitting this just after 4pm Central European Time as the 4xx series has the most status codes — https://cet.httpclock.com
A browser will show a blank page or the status code and text. I recommend using curl like so:
curl -i https://cet.httpclock.com ——
And if the current time is invalid (i.e., doesn't map to a valid status code) then the server will return 999 with no content:
s@s ~> curl -I https://cet.httpclock.com HTTP/1.1 999 unknown Referrer-Policy: no-referrer Strict-Transport-Security: max-age=31536000; ... Anyway, hope you enjoy this very useless clock. I plan to post the code on GitHub soon since I may as well. Thanks!
Comments URL: https://news.ycombinator.com/item?id=42100606
Points: 1
# Comments: 0
Part-Time Data Entry Jobs – Workpt.com
Article URL: https://workpt.com/data-entry-jobs
Comments URL: https://news.ycombinator.com/item?id=42100603
Points: 1
# Comments: 0
ReiserFS and the Art and Artist Problem
Article URL: https://corecursive.com/reiserfs/
Comments URL: https://news.ycombinator.com/item?id=42100594
Points: 2
# Comments: 0
Scientists Contradict Mendel's Law with Surprising ecDNA Cancer Discovery
Article URL: https://scitechdaily.com/stanford-scientists-overturn-mendels-law-with-shocking-cancer-discovery/
Comments URL: https://news.ycombinator.com/item?id=42100591
Points: 1
# Comments: 0
Project Governance Toolkit – Agile, Git Flow and Design
Article URL: https://karmanivero.us/toolkits/project-governance/intro/
Comments URL: https://news.ycombinator.com/item?id=42100588
Points: 1
# Comments: 0
Art is about exploration, not progress: a response to SBF
Article URL: https://danfrank.ca/why-i-dont-identify-with-the-progress-studies-community/
Comments URL: https://news.ycombinator.com/item?id=42100580
Points: 1
# Comments: 0
The voice of America Online's "You've got mail" has died at age 74
Article URL: https://arstechnica.com/gadgets/2024/11/the-voice-of-america-onlines-youve-got-mail-has-died-at-age-74/
Comments URL: https://news.ycombinator.com/item?id=42100578
Points: 1
# Comments: 0
Show HN: PageGen-10x Faster Page Generation with Claude AI, React and Shadcn UI
10x Faster Page Generation with PageGen AI, Generate beautiful, production-ready web pages from text, screenshot, image, file and url with one click
Comments URL: https://news.ycombinator.com/item?id=42100575
Points: 2
# Comments: 1
The Multiple Dimensions of Spuriousness in Machine Learning
Article URL: https://arxiv.org/abs/2411.04696
Comments URL: https://news.ycombinator.com/item?id=42100564
Points: 1
# Comments: 0
Everything I've learned so far about running local LLMs
Article URL: https://nullprogram.com/blog/2024/11/10/
Comments URL: https://news.ycombinator.com/item?id=42100560
Points: 2
# Comments: 0
Mirarr, FOSS Movie App
Article URL: https://github.com/mirarr-app/mirarr
Comments URL: https://news.ycombinator.com/item?id=42100558
Points: 1
# Comments: 0
Show HN: I made a collection of games for playing in a terminal
Hello HackerNews, I'm Kaamkiya, the author of this program. It's a collection of minimal games made for terminals, like 2048, Hangman, and even two player games like pong. They're all text-based, but they can actually be quite fun.
If you want to test it right now, you can do this:
go run github.com/Kaamkiya/gg@latest
I started this project out of boredom, honestly. I was bored, and when I'm bored I like to code or play video games. So I coded video games. I kept them really minimal though, because I'm not great at gamedev and thought it would be easier to contribute to text-based games than a huge project.
If you have game ideas, tips for improvement, or any feedback, I'm open to hearing it. I'm also open to PRs and issues on the GitHub.
Thanks :)
Comments URL: https://news.ycombinator.com/item?id=42100553
Points: 2
# Comments: 0
Scghfdrvyhtry
Article URL: https://hi.citilov.com/call-girls/duru-verinag/can-i-talk-to-people-on-robinhood-247helpline-id512707
Comments URL: https://news.ycombinator.com/item?id=42100525
Points: 1
# Comments: 1
Paramotor vs Kayak
Article URL: https://www.youtube.com/watch?v=OZ0wIjSLWUg
Comments URL: https://news.ycombinator.com/item?id=42100524
Points: 1
# Comments: 0
Breaking Out of the Bubble: How to Market to the Broader U.S.?
We run a small company based in San Francisco, and this election has been a wake-up call for us: we’re in a bubble. As Paul Kantner once said, “SF is 44 square miles surrounded by reality.” It’s clear we don’t fully understand how to effectively market to the majority of the U.S., or worse, our current messaging may even be off-putting to a large segment of the population.
We’re searching for actionable strategies to bridge this gap and resonate with audiences outside our local sphere. While travel could help broaden our perspective, time constraints make it impractical for now.
What are the best approaches to understand and market to a wider, more diverse audience in the U.S.? Have others faced similar challenges, and how did you overcome them?
Any insights or shared experiences would be greatly appreciated!
(We are all immigrants)
Comments URL: https://news.ycombinator.com/item?id=42100509
Points: 1
# Comments: 0
ASCII Delimited Text – Not CSV or Tab Delimited Text
Article URL: https://ronaldduncan.wordpress.com/2009/10/31/text-file-formats-ascii-delimited-text-not-csv-or-tab-delimited-text/
Comments URL: https://news.ycombinator.com/item?id=42100499
Points: 2
# Comments: 0