init | 2 months ago | on: Tally – A tool to help agents classify your bank transactions
init's comments
init | 4 months ago | on: Ask HN: Who wants to be hired? (November 2025)
Location: Sweden, EU
Remote: Yes (can work within UTC +/- 5)
Willing to relocate: No
Technologies: C++, Java, Python, Go, Linux, GCP, AWS, Terraform, Bazel, CI/CD, Github Actions, WebRTC, Data processing (big and small), Machine Learning and AI (Tensorflow, LLM APIs and local models).
Résumé/CV: Available on request
Email: (initproc) at (proton.me)
Looking for short-term or part-time consulting projects.Background: 10+ years experience across startups and big tech (ex Google and Stripe). Lead and contributed to projects in compliance/security, distributed systems (Fintech, payments processing, real-time communication), machine learning and AI, as well as developer productivity and release engineering.
init | 11 months ago | on: Show HN: Time Portal – Get dropped into history, guess where you landed
The scoring could be improved.
init | 1 year ago | on: Show HN: A VSCode Extension to edit HTML visually in real-time
init | 1 year ago | on: 10% of Cubans left Cuba between 2022 and 2023
If you live in Sweden then you will also know that the state puts refugees in the same areas (Rinkeby, Vivalla, Tensta, etc ...). These areas are then labeled as unsafe because of a slightly elevated crime rate and because they're labeled unsafe, swedes start moving out and quality of services and house prices drop and the downward spiral continues until the area becomes a ghetto even though they're usually not that bad.
Although SFI exists to teach Swedish to immigrants, the quality of the teaching is not great in most schools.
That's where the integration effort stops.
Even professionals who move to Sweden for work have a hard time integrating in Swedish society. That's how you end up with people living in upscale parts of Stockholm for 10+ years and can barely form a sentence in Sweden.
init | 1 year ago | on: Meta does everything OpenAI should be
They release a lot of open source stuff as other commenters have mentioned but you can't build a Facebook or Instagram competitor just by integrating those components.
init | 1 year ago | on: Code search is hard
Producing the Kythe graph from the bazel artifacts was the most expensive part.
Working with Kythe is also not easy as there is no documentation on how to run it at scale.
init | 1 year ago | on: Code search is hard
Sourcegraph is the closest thing I know of.
init | 2 years ago | on: Use YouTube to improve your English pronunciation
init | 2 years ago | on: Ask HN: Good Sentiment Analysis Models for Short Social Media Posts?
init | 2 years ago | on: Greek shipwreck: hi-tech investigation suggests coastguard responsible
init | 3 years ago | on: Request for Startups: Climate Tech
The main challenge is getting capital.
Let's get in touch!
init | 3 years ago | on: Ask HN: Which DB internals to study more to become expert in DBs overall??
init | 3 years ago | on: Windows XP Delta Edition
init | 3 years ago | on: Ask HN: How to help prevent climate change with software?
A area where software will have a huge impact is crypto mining. As a community we should be proactive in reducing the amount of energy wasted on crypto mining. If you think about it, only the rich have the ability to mine lots of crypto coins and these are people who could have used the same investment to do more positive things in their communities like donating computers to local schools or let the electric power they consume be used for more meaningful purposes instead of buying yet 10 more GPUs and plugging them into the grid. NVIDIA was on the right track with their firmware changes to slow down mining.
init | 3 years ago | on: Ask HN: Why hasn't Git been adopted outside of software engineering?
Git a is distributed version control system that most people shouldn't have to deal with. It has awful tools and doesn't work well with binary files, large files and moved files. Just an example: How do you diff two copies of an excel document with Git?
Most people don't have to deal with multiple "master" branches with no single source of truth because that's really what Git is for.
What most people need, including software engineers working in closed source, is a single source of truth with good history, diff and large files support.
I believe a tool like Dropbox or even centralized version control systems like Subversion or Perforce are better positioned to solve this than Git.
Many cloud based tools already have features that give them the upper hand over git. For example, Google docs allows collaborative editing and editors have access to file history and can revert to specific versions.
Maybe there are tools to diff binary files like two versions of an audio file or two excel documents or whatever two [domain specific file format] documents.
I will be happy if version control came at the file system or cloud drive level and the app just leveraged this integration seamlessly instead of forcing everyone to learn the difference between between branching, rebasing, cloning, copying, stashing, etc...
init | 4 years ago | on: Ask HN: Is a software engineering degree worth it?
Your existing programming experience will give you a head start in a few courses.
Most importantly, it will be easier for you to get an internship while studying and you will get exposed to real world software engineering in a hopefully successful software company.
The degree will also make it easy to relocate across the globe. Some countries require university education or many years of experience to even let you work there as a software engineer.
init | 4 years ago | on: Silbo Gomero: ‘Special and Beautiful’ Whistled Language
init | 4 years ago | on: Launch HN: Lemonade Finance (YC S21) – Digital Bank for the African Diaspora
The main problem is that the KYC and risk checks run by european and american companies don't take into account how people relate to each other in Africa and how money flows in the continent. It's possible that one person regularly sends money to several relatives with different names and in different cities in the span of a few weeks. Fraud detectors at the european/american remittance companies don't like that.
Many of us are also living abroad temporarily and want to retire in our home countries. We want to repatriate most the money we earn abroad but banks in the west don't make it easy.
init | 4 years ago | on: Launch HN: Lemonade Finance (YC S21) – Digital Bank for the African Diaspora
Regex works well if you have a very limited set of sender and recipient accounts that don't change often
Bayesian or DNN classifiers work well when you have labeled data.
LLMs work well when you have a lot of data from lots of accounts.
You can even combine these approaches for higher accuracy