iillexial | 3 months ago | on: Ask HN: What are the best engineering blogs with real-world depth?
iillexial's comments
iillexial | 4 months ago | on: Ask HN: What Are You Working On? (Nov 2025)
I started it a couple of years ago as personal project to help me study for interviews. Back then, it was simple RSS feed aggregator of big tech companies engineering blogs.
Recently I expanded content library to technical conferences and indie blogs, and implemented semantic search in all the library (for example, you can semantic search by all Strange Loop videos archive).
Give it a try!
iillexial | 1 year ago | on: Ask HN: Is Google deliberately breaking Firefox?
iillexial | 1 year ago | on: Integral Calculator
iillexial | 2 years ago | on: Bill Gates predicts AI can lead to a 3-day work week
iillexial | 2 years ago | on: Hacking ADHD: Strategies for the modern developer
iillexial | 2 years ago | on: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
iillexial | 2 years ago | on: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
https://www.phind.com/search?cache=ay8rx37gq8oy3z7uixftlqkt
https://chat.openai.com/share/a3a91dcc-a91a-4b04-8afd-40bd1a...
iillexial | 2 years ago | on: Ask HN: Show me your half baked project
I have had an idea of writing Jira tasks in markdown, and then pushing them to the server via CLI. The main principle is to use Markdown levels for hierarchy, e.g:
# Epic name
## User story 1
## User story 2
### Sub task to user story 2
Maybe I will get on it again, but parsing Markdown is no-fan.
iillexial | 2 years ago | on: Tell HN: ChatGPT cut off date now Jan 2022
iillexial | 2 years ago | on: Tell HN: ChatGPT cut off date now Jan 2022
Worked for me.
iillexial | 2 years ago | on: Ask HN: Any interesting books you have read lately?
iillexial | 2 years ago | on: Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
Let's say I have structs:
type User struct { ID TypeID }
type Post struct { ID TypeID }
How can I ensure the correct type is used in each of the structs?
iillexial | 2 years ago | on: Show HN: Autolabel, a Python library to label and enrich text data with LLMs
>use output from the Services to develop models that compete with OpenAI;
Well, I still can use ChatGPT labeling for many other purposes anyway.
iillexial | 2 years ago | on: Suspicious iOS KeePass Client
iillexial | 3 years ago | on: Ask HN: Where can I find a primer on how computers boot?
iillexial | 3 years ago | on: The Lone Developer Problem
The start was not bad and I think code was pretty good, but now I feel like lost my way at some point, and code has started degrading.
I hope when we hire new developers they will not hate me as much as I think.
iillexial | 3 years ago | on: Ask HN: Best examples of software documentation that you've come across?
iillexial | 3 years ago | on: The Future of Thunderbird
iillexial | 3 years ago | on: Omega-3s: Are “Brain-Boosting” Effects Scientifically Backed?
Can you provide links?