HN user

Tepix

13,817 karma

German sw dev, admin and former founder interested in privacy, sovereign GenAI, decentralisation, sustainability, security, open source, 360° media, travel …

I do not use this alias anywhere else.

Got something cool? Get in touch at username at altmails.com

Posts77
Comments5,954
View on HN
openid.github.io 3mo ago

OpenID AuthZen Authorization API 1.0 released

Tepix
3pts1
flipthedisc.com 8mo ago

World Othello Championship Finals

Tepix
9pts6
woc2025.worldothello.org 8mo ago

World Othello Championships 2025

Tepix
2pts3
www.heise.de 8mo ago

The International Criminal Court wants to become independent of USA technology

Tepix
144pts122
news.techmeme.com 10mo ago

Explaining, at some length, Techmeme's 20 years of consistency

Tepix
2pts0
www.bsi.bund.de 1y ago

German cybersecurity agency releases quality criteria for AI training data

Tepix
2pts1
opensourceweek.eu 1y ago

EU Open Source Week (2025-02)

Tepix
2pts0
arxiv.org 1y ago

Teuken-7B-Base and Teuken-7B-Instruct: Towards European LLMs

Tepix
7pts0
brave.com 1y ago

Brave adds local LLM support in August 22nd release

Tepix
2pts0
aiacumen.substack.com 2y ago

Scale Was All We Needed, at First

Tepix
2pts1
arxiv.org 2y ago

Othello Is Solved?

Tepix
607pts268
twitter.com 3y ago

Twitter increases character limit to 10k for paying customers

Tepix
4pts1
bugzilla.mozilla.org 3y ago

Automatically enable or disable end-to-end encryption

Tepix
119pts35
www.watermarkremover.io 3y ago

Watermark Remover (AI Powered)

Tepix
66pts79
www.tomshardware.com 3y ago

AMD Announces Ryzen 7000X3D Pricing: $449 to $699 Starting Feb 28th

Tepix
2pts0
twitter.com 3y ago

“Last generation” activists begin removing “end of speed limit” signs in Germany

Tepix
2pts1
www.axios.com 3y ago

Google Brings Parler Back to Google Play Store

Tepix
1pts0
news.ycombinator.com 4y ago

Ask HN: What Are Some Great APIs?

Tepix
3pts1
news.ycombinator.com 4y ago

Ask HN: What financial indicators do you look at, and why?

Tepix
2pts0
news.ycombinator.com 4y ago

Show HN: Disable now useless “What's new” page in Firefox

Tepix
4pts4
www.youtube.com 4y ago

Larry Wall Keynote at YAPC:Europe in Kyiv (Video, 2013)

Tepix
3pts0
news.ycombinator.com 4y ago

Ask HN: What's your solution for SSL on internal servers?

Tepix
65pts77
rc3.world 4y ago

rC3 Fahrplan – The Chaos Communication Congress 2021 schedule

Tepix
129pts51
medium.com 4y ago

Avalanche launches Blizzard, a $200m fund for development and innovation

Tepix
1pts1
medium.com 4y ago

Tether Token USDt Launches on Avalanche

Tepix
1pts1
medium.com 4y ago

Deloitte uses Avalanche blockchain for new disaster recovery platform

Tepix
1pts0
techcrunch.com 4y ago

Olaf Carlson-Wee’s Polychain Capital etc. Invest $230M in Avalanche

Tepix
1pts0
link.springer.com 5y ago

Backdoor detected in 2G phone network encryption by RUB researchers

Tepix
6pts1
mch2021.org 5y ago

Dutch hacker camp May Contain Hackers to go ahead in 2022

Tepix
1pts0
arc.aiaa.org 5y ago

Orb2, a large, single-launch space station for upcoming rockets

Tepix
1pts1

I believe Intel has a winner with the upcoming Crescent Island GPUs with up to 480GB of LPDDR5 memory. A lot of SMEs will need local AI with large open weights models (i.e. >1.5TB of VRAM), but they don't need a watercooled 8x Nvidia GB300 box. Besides, it's difficult to deploy and very expensive.

Crescent island is air cooled and likely fast enough for a group of users running something like GLM 5.2 or Kimi K3.

My take is that there are at least four potential parties that can all be liable:

1. the creator for the LLM. In particular if neglicence or malice is involved. This can also be someone who did a finetune of an existing model.

2. the inference provider. Remember, a model can do harm just by creating tokens (for example cause someone to run amok or kill herself). Inference providers should do a minimal amount of due diligence when picking models.

3. the party that executes tool calls on behalf of the AI. They in particular need to have safeguards to prevent the model from attacking entities on the internet.

4. the user that does the prompting.

If your pack_number function builds the number up, the standard way to break it down is by extracting the least significant digit first using modulo and division. To get something that works well with SIMD we need a different approach. Instead of extracting the least significant digit from the bottom of an integer, we extract the most significant digit from the top of a fraction.

1. Convert to a fixed-point fraction: We scale our integer N into a fixed-point representation (e.g., using a 32-bit integer to represent the fraction). We do this by multiplying N by a precomputed reciprocal of 243.

2. Multiply by the base: Multiply the fraction by 3.

3. Extract: The integer portion of the result is your most significant trit.

4. Mask: Keep only the fractional remainder, and repeat.

The only operations here are multiplication, bitwise shift, and bitwise AND, i.e. perfectly suited for SIMD.

(in step 1 we replace the division with a multiplication by using the reciprocal. SIMD uses fixed-point integer arithmetic, not floating-point decimals)

While the content was interesting, the AI-slop-stench was repelling.

Talking about AI (sorry!), perhaps an AI assisted screen reader could remove repetitive elements (it appends "(read only)" to every. single. field.) in a smart fashion? Does this already exist?

We're seeing AI being used to improve a11y in quite a few places: (Live) transcripts for video conferences, image to text (VQA, visual question answering) etc.

Podman v6.0.0 20 days ago

I like Podman, but what's up with that grey text colour? It looks ugly and the contrast of 4.96:1 makes it hard to read (does not reach WCAG AAA level).

Exapunks (2018) 20 days ago

My favourite Zach game so far is Infinifactory. TIS-100 was also fun, until it started feeling like work.

Teachers teach people who don't know the answer yet. So they aren't wrong when you teach them. They will (gladly) accept the knowledge.

Once they know the answer, it gets more difficult to convince them that the answer they know is incorrect.

It's a cool video and I like the idea in general. The author mentions that the code runs in a sandbox. I'm surprised that WASM hasn't come up. You want the code to be platform agnostic anyway (it should run whether you start Outshell on Linux, macOS or whatever on different CPU architectures).

What‘s the advantage of using ConnectX-5 Ex VPI NICs instead of much cheaper ConnectX-3 VPI NICs to connect two machines directly, other than PCIe 4.0 instead of PCIe 3.0? Can they offload more tasks when doing RDMA? Solid information is hard to come by.

What if we want to put something on paper today for it to survive as long as possible?

1-minute research:

Paper: 100% cotton rag or linen rag paper with alkaline reserve. Acid-free and lignin-free.

Ink: Genuine carbon ink applied with a classic dip pen.

Storage: ISO 16245 archival box, Less than 15°C, 30-50% humidity, dark, no oxygen exchange. Always store horizontally. Wear white 100% cotton gloves.

Printing: If you want to print instead of hand-write: Piezography carbon printing or pigment-based inks used by professional desktop photo printers, matte black or photo black ink, printed on digital Fine Art Archival Paper.

Place a single sheet of archival-grade tissue paper or glassine paper between every single page of your document

I think the key is to write something interesting that's worth preserving. That may be the most difficult part.

Any improvements beyond this?