Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jargnar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Orangensaft – A mini Python-like language with LLM eval in lang runtime
(github.com)
1 points
by
jargnar
7mo ago
|
0 comments
2.
▲
I asked Gemini to simulate an advanced Swift/iOS classroom
(notes.suhas.org)
1 points
by
jargnar
1y ago
|
1 comments
3.
▲
by
jargnar
1y ago
A few years ago, I read a book called "Postcapitalist Desire: The Final Lectures". It was the first book I've ever read that follows a very enjoyable format -- a series of conversations between a professor and his students. I
4.
▲
by
jargnar
4y ago
Simply, as a meta note / rational argument's sake -> Let's assume X (Smith) makes statement S (X -> S). A few hundreds of years later, Y (Graeber) makes statement S' that refutes S and says Y -> S' and nega
5.
▲
by
jargnar
4y ago
I'd totally agree with you had Graeber not been an influential anthropologist (wherein one academically studies human activity, culture, trade, economics, social structures, institutions etc. from a rigorous historical lens)
6.
▲
by
jargnar
4y ago
> Graeber misinterprets the history and ideas of mainstream economics Can you provide a well researched body of literature that counters Graeber’s thesis as opposed to just stating an opinion?
7.
▲
A Road to MLOps Mastery – 2022 Edition
(suhas.org)
2 points
by
jargnar
5y ago
|
0 comments
8.
▲
by
jargnar
9y ago
Lots, but these 3 points stand out for me: * that there are too many things to build and too little time, so don't code for the sake of coding, but solve problems and touch more lives * that I could have supplemented my coding skills w
9.
▲
by
jargnar
9y ago
It's a skill that can be learned like every other skill. You can take the "in 21 days" route or the MOOC / University course route, or constantly read business articles, Steve Jobs videos, etc. But some top tips stand ou
10.
▲
by
jargnar
9y ago
The beauty about street food in Bangkok is the people. I visited Bangkok recently [1], and absolutely loved the place. Most of the street vendors were warm, welcoming and showed genuine interest in the food that we liked rather than being t
11.
▲
Elegant Coding is Non-trivial
(blog.suhas.org)
2 points
by
jargnar
9y ago
|
0 comments
12.
▲
by
jargnar
10y ago
A very real, slightly non-obvious problem is the size of the Indian population itself. There are so many people here that, competition is a stronger emotion than community. To an extent that sometimes it is considered normal to put someone
13.
▲
Premier League dataset from 2008 to 2016 (super detailed)
(github.com)
2 points
by
jargnar
10y ago
|
1 comments
14.
▲
Getting list of function calls in a python file by parsing its AST
(suhas.co)
4 points
by
jargnar
11y ago
|
1 comments
15.
▲
by
jargnar
11y ago
Yup, I wrote a C++ implementation of the entire thing during my compiler class. https://github.com/jargnar/graph-coloring Fun times!