HN user

BiraIgnacio

317 karma

Crafting Software

ap1focwy@duck.com

Posts64
Comments131
View on HN
en.wikipedia.org 2d ago

The Return (2024 Film)

BiraIgnacio
2pts1
dl.acm.org 3d ago

Gaming Sickness and Its Impact on Players' Experiences with Games

BiraIgnacio
5pts0
www.youtube.com 10d ago

3.5M Developers. Then Microsoft Pulled the Plug [video]

BiraIgnacio
2pts0
www.irunfar.com 10d ago

2026 Hardrock 100 Results: Ludo Pommeret and Courtney Dauwalter Set Records

BiraIgnacio
3pts0
www.youtube.com 12d ago

Humanoid robots perform first teleoperated surgery on pigs [video]

BiraIgnacio
2pts0
www.cnbc.com 21d ago

Mark Zuckerberg says a Meta cloud computing business 'definitely on the table'

BiraIgnacio
2pts1
www.hamiltonhealthsciences.ca 27d ago

World-first burn treatment performed at leading Canadian hospital

BiraIgnacio
4pts0
en.wikipedia.org 1mo ago

I Have No Mouth, and I Must Scream

BiraIgnacio
10pts1
ised-isde.canada.ca 1mo ago

Overview of Canada's National Artificial Intelligence Strategy: AI for All

BiraIgnacio
3pts1
www.bbc.com 2mo ago

What British people mean when they say 'sorry'

BiraIgnacio
121pts110
www.youtube.com 2mo ago

2026 Cocodona Livestream Day 1 [video]

BiraIgnacio
2pts0
www.quirkyscience.com 2mo ago

How to Glue Teflon

BiraIgnacio
17pts0
www.theatlantic.com 2mo ago

The Brink of Global Recession [audio]

BiraIgnacio
3pts0
www.youtube.com 3mo ago

NASA Moonbound Episode 1 [video]

BiraIgnacio
1pts0
en.wikipedia.org 3mo ago

Roko's Basilisk

BiraIgnacio
1pts0
www.youtube.com 3mo ago

NASA's Artemis II News Conference with Moon Astronauts [video]

BiraIgnacio
1pts0
www.bbc.com 3mo ago

Why it’s impossible to measure England’s coastline

BiraIgnacio
42pts38
en.wikipedia.org 3mo ago

Katabasis

BiraIgnacio
7pts0
chatgpt.com 3mo ago

OpenAI Ad Settings

BiraIgnacio
1pts0
www.cbc.ca 3mo ago

CoolIT Systems to be acquired by U.S. company Ecolab

BiraIgnacio
2pts0
www.preposterousuniverse.com 3mo ago

Unthinkingness, Conspiracies, and What to Do About Them [audio]

BiraIgnacio
3pts1
www.bbc.com 4mo ago

AI firm Anthropic seeks weapons expert to stop users from 'misuse'

BiraIgnacio
2pts0
github.com 5mo ago

The Bread Code

BiraIgnacio
5pts1
en.wikipedia.org 5mo ago

The History of Sushi

BiraIgnacio
1pts1
finance.yahoo.com 5mo ago

Videogame stocks slide on Google's new AI world simulation model

BiraIgnacio
4pts5
pmc.ncbi.nlm.nih.gov 6mo ago

Why is it easier to whistle in tune than to sing in tune?(2018)

BiraIgnacio
4pts2
www.youtube.com 7mo ago

Building Secure C++ Applications: A Practical End-to-End Approach [video]

BiraIgnacio
2pts0
www.gateworld.net 8mo ago

Amazon Greenlights a New Stargate Series

BiraIgnacio
4pts2
www.youtube.com 8mo ago

Graphics Programming with SDL 3 [video]

BiraIgnacio
1pts0
www.cbc.ca 8mo ago

Ontario considering order that would kill new rental homes

BiraIgnacio
4pts1

The Return is a 2024 drama film directed by Uberto Pasolini and starring Ralph Fiennes and Juliette Binoche. The film is a retelling of the second half of Homer's Odyssey as adapted by Edward Bond, John Collee, and Pasolini.

The total cost of filming was $20 million, compared to the $250 million spent on Christopher Nolan's 2026 The Odyssey.

Humans have been offloading thinking to something/some entity forever. From gods to influencers.

AI is the current popular way (at least in these circles) and if it's too much or too little it might not matter. What will matter is if this offloading is making people unhappy and having any negative impact in civilization. I have no idea

The contest was initially inspired by Daniel Horn’s Obfuscated V contest in the fall of 2004 (note: the original page is long gone, and this link goes to a snapshot from archive.org). The object of that contest was to write a simple program to count votes, that somehow miscounts the votes on election day. I was greatly impressed to see how even a short program to simply count characters in a text file can be made to fail, and fail only on one specific day, so that the bug isn't noticed in testing.

https://underhanded-c.org/_page_id_7.html

I eat a lot of bread and I make a lot of bread because of that.

Precision measure and mixing and timing helped me a lot in the beginning.

Though I still do that, I find that now I can rely on feel (experience if I'm honest) to know when the dough is just right.

Like with everything, there's probably a middle ground there but I think I just like having fun pretending I'm on a chem lab :)

Orthodox C++ 1 month ago

Holly bananas, that Boost Design Rationale post is, what's the word I'm looking for, intense.

I have worked in companies where "X is not complete" would be logged as a bug

I've come to realize it's all about perspective. Something from the engineering stand point may not be a bug because there's nothing to fix. But the user might be having a bad experience because of that so it must be a bug.

In the end, the user's perspective might be the less-wrong one.

U-2200, a non-corporeal entity claiming to be the prehistoric Johorean god of forgetting how to ride a bicycle, engages Quinn in a conversation, suggesting she take a month off in Barbados, drink alcohol, or resign from the Organization.

- There Is No Antimemetics Division

I've been using V4 flash consistently with Claude. Pretty great fast and darn cheap. I use it about 3h/day and so far haven't crossed $1 USD/week.

FWIW, I this is what I have in my settings.json

  "env": {
    "ANTHROPIC_AUTH_TOKEN":"sk-nope_not_real",   
    "ANTHROPIC_BASE_URL": "https://api.deepseek.com/anthropic",
    "ANTHROPIC_MODEL": "deepseek-v4-flash",
    "ANTHROPIC_DEFAULT_OPUS_MODEL": "deepseek-v4-flash",
    "ANTHROPIC_DEFAULT_SONNET_MODEL": "deepseek-v4-flash",
    "ANTHROPIC_DEFAULT_HAIKU_MODEL": "deepseek-v4-flash",
    "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
    "CLAUDE_CODE_EFFORT_LEVEL": "low",
    "CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING": "1",
    "CLAUDE_CODE_DISABLE_THINKING": "0",
    "CLAUDE_CODE_ENABLE_AWAY_SUMMARY": "0",
    "CLAUDE_CODE_SUBAGENT_MODEL": "deepseek-v4-flash",
    "CLAUDE_CODE_MAX_OUTPUT_TOKENS": "8000",
    "CLAUDE_CODE_FILE_READ_MAX_OUTPUT_TOKENS": "4000",
    "BASH_MAX_OUTPUT_LENGTH": "20000",
    "CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "60",
    "CLAUDE_CODE_AUTO_COMPACT_WINDOW": "200000",
    "CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS": "1"
  }

I dislike Go but I have to admit, it's a great language for AI generated code. Simple enough, it compiles quickly and it performs meh-well enough for most applications.

One of the reasons I dislike Go is because it's easy for most engineers to write really low grade code with it. But AI agents would probably not write the best code in any language anyway, so not much is lost.