HN user

boberoni

731 karma
Posts19
Comments142
View on HN
www.youtube.com 5mo ago

Superintelligence: The Idea That Eats Smart People (2016) [video]

boberoni
2pts0
emulatorfarm.com 5mo ago

Why AOSP teams should bring up a virtual device

boberoni
1pts0
developer.amazon.com 1y ago

Amazon Appstore for Android Devices to be discontinued

boberoni
2pts2
tech.davidgorski.ca 2y ago

Introduction to Low Latency Programming

boberoni
3pts0
templ.guide 2y ago

Templ, a Golang templating lib with IDE autocomplete

boberoni
2pts0
news.ycombinator.com 3y ago

Ask HN: How does your research lab prioritize projects?

boberoni
1pts0
arxiv.org 3y ago

Notes on a New Philosophy of Empirical Science (2011)

boberoni
38pts30
web.archive.org 3y ago

How Countries Are Regulating Internet Content (1997)

boberoni
2pts0
old.reddit.com 3y ago

Astronomer lays off 20% of workforce

boberoni
6pts0
news.ycombinator.com 3y ago

Ask HN: Kaggle-like competitions for reinforcement learning?

boberoni
1pts0
medium.com 3y ago

A/B Experimentation with Interleaving

boberoni
2pts0
github.com 3y ago

TrollStore, an OTA sideloader for jailed iOS apps

boberoni
2pts1
blog.hulacorn.com 3y ago

How to drive away your best engineers

boberoni
15pts7
www.marijuanamoment.net 4y ago

Senate Bill to Federally Legalize Marijuana

boberoni
19pts2
tauri.app 4y ago

Tauri 1.0 Released, a Cross-Platform Desktop App Framework Built with Rust

boberoni
2pts0
www.youtube.com 4y ago

Omicron (The Symbol) in Mathematics

boberoni
3pts0
brandur.org 4y ago

Flags vs. Gates

boberoni
55pts19
news.ycombinator.com 4y ago

Ask HN: How do you manage users on your API business/product?

boberoni
7pts8
news.ycombinator.com 6y ago

Ask HN: Have you ever buy a product before it was built?

boberoni
1pts0

Anyone have experience with Oracle Cloud and ease of moving away?

This benchmark seems to recommend Oracle Cloud, but I’ve heard that Oracle has historically used aggressive licenses and legal terms to keep customers locked-in.

Act like a “host” wherever you go

The only corporate “core value” that i ever liked was Airbnb’s “Be A Host”. It was a cute and fitting way to encourage a welcoming attitude to any teammate, manager, or stranger. it wasn’t well practiced by everyone, but it stuck with me since i’ve left

A devkit is not a familiar term for me, but it seems like this project is a gui app for android development on linux arm64.

Google officially supports Android Studio, emulators, SDKs, and so on, for macos arm64 and linux x86_64, but not linux arm64. this project fills that gap

The more I work in corporate and learn about office politics, the more I see parallels to geopolitics and diplomacy. If I squint, I can even see the parallels to social and romantic relationships as well.

Maybe it's the mathematician in me who enjoys building models of abstraction.

I would recommend “Chip War” by Chris Miller. It’s not for learning tech skills, but provides an approachable history of the semiconductor industry from WWII to the present day AI boom. I think it provides good insights into how governments think about investment into the global semiconductor supply chain.

This isn't too far from the truth. In a twisted way, firms outsource the screening process to the admissions process of elite schools. Also, the reputation of elite schools adds credibility to your team, which is very important to get clients to trust you enough and pay you lots of money to manage their finances.

business is about growth or margin.

To grow, we could do 1 of 2 things:

- Sell more of our existing products, primarily Coumarin

- Add new products

If we focused on margin, that’d mean focusing on:

- Increasing efficiency in manufacturing

- Reducing expenses

Good insights. I’m curious if there are other models of business that are just as simple and useful… :)

Just curious, how does program analysis on real-world programs exactly circumvent the problems of the halting problem or Rice’s theorem? In the real world, do we only ever have statically analyze a special subset of all programs?

"We first estimate the supply-side value by calculating the cost to recreate the most widely used OSS once.

We then calculate the demand side value based on a replacement value for each firm that uses the software and would need to build it internally if OSS did not exist.

We estimate the supply-side value of widely-used OSS is $4.15 billion, but that the demand-side value is much larger at $8.8 trillion. We find that firms would need to spend 3.5 times more on software than they currently do if OSS did not exist."

If programming is "theory building" [1], then OSS is sharing our theories of how to program computers. It makes sense that sharing our ideas is more valuable to the aggregate economy than keeping them secret.

[1] https://pages.cs.wisc.edu/~remzi/Naur.pdf

If you like textbooks, I would recommend "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj. [1] The most recent edition was published in 2022.

If you like lecture videos, I would recommend Hajj's YouTube playlist of 2021 lectures [2]. He works through a subset of the textbook.

This will give you a good foundation of GPU hardware architecture and CUDA programming. The knowledge is somewhat transferable to other areas of high-performance computing.

[1] https://www.amazon.com/Programming-Massively-Parallel-Proces...

[2] https://www.youtube.com/playlist?list=PLRRuQYjFhpmubuwx-w8X9...

(Disclaimer: I am not an AI expert.) To me, LLMs are a special form "self-supervised learning"[1], which is a special form of unsupervised learning. While supervised learning aims to use input data to predict labels, self-supervised learning uses the context around the input data to predict future data. The key part here is context. This excellent article [2] by Yann Lecun et al. explains how self-supervised learning uses temporal and spatial context to extract patterns, which can then be used to predict future data or generate new data. In fact, prediction and generation go hand-in hand. So, you could definitely apply the techniques of LLMs to arbitrary streams of data with meaningful temporal or spatial patterns.

[1] https://en.wikipedia.org/wiki/Self-supervised_learning

[2] https://ai.meta.com/blog/self-supervised-learning-the-dark-m...