Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 12 min 3 sec ago

SecureSlate

Thu, 11/21/2024 - 7:29am

Article URL: https://getsecureslate.com/

Comments URL: https://news.ycombinator.com/item?id=42203658

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: I Build a Free Online Text Format Converter

Thu, 11/21/2024 - 7:28am

Here's the translation:

To make it easier for myself to develop, write code, and document, I created a simple and comprehensive text format conversion tool, which includes features like UPPERCASE, lowercase, Title Case, Sentence case, etc. Not sure if anyone will find it useful.

Comments URL: https://news.ycombinator.com/item?id=42203652

Points: 1

# Comments: 0

Categories: Hacker News

Personality Basins

Thu, 11/21/2024 - 7:25am
Categories: Hacker News

Apple Maps Stay Winning

Thu, 11/21/2024 - 7:20am
Categories: Hacker News

Vercel acquires Grep

Thu, 11/21/2024 - 6:32am
Categories: Hacker News

Show HN: Hash any comparable type in Go

Thu, 11/21/2024 - 6:27am

It can be used to write your own generic hash table, see for an example: https://pkg.go.dev/gitlab.eif.urjc.es/paurea/cuckoo

In contrast to https://github.com/dolthub/maphash it can use any hash function (as long as it implements hash.Hash64) and it does not depend on any internal detail of the runtime. It works by inspecting the type and creating the hasher to be used later. One of the types defined lets you also hash non-comparable types (ignoring the non-comparable part).

Comments URL: https://news.ycombinator.com/item?id=42203214

Points: 1

# Comments: 0

Categories: Hacker News

Pages