HackerTrans
TopNewTrendsCommentsPastAskShowJobs

9o1d

no profile record

Submissions

[untitled]

1 points·by 9o1d·vor 4 Monaten·0 comments

Show HN: Lyrics to Rolling WebVTT Converter

gitlab.com
2 points·by 9o1d·vor 7 Monaten·0 comments

Show HN: Seq2Seq ML Learns the Inverse of Manual Multiplication (Gelosia Method)

gitlab.com
1 points·by 9o1d·vor 7 Monaten·0 comments

Show HN: The C³ Programming Language version 2

4 points·by 9o1d·letztes Jahr·2 comments

Found built-in dark mode in Chromium

1 points·by 9o1d·letztes Jahr·2 comments

Ask HN: Simple open source to remove the bright background on a web page?

2 points·by 9o1d·letztes Jahr·4 comments

Show HN: The C³ Programming Language

github.com
1 points·by 9o1d·vor 2 Jahren·0 comments

Web4 Is Starting 1.1.2025

2 points·by 9o1d·vor 2 Jahren·5 comments

Ask HN: Why did you decide to make the background a bright white color?

4 points·by 9o1d·vor 2 Jahren·9 comments

[untitled]

1 points·by 9o1d·vor 2 Jahren·0 comments

comments

9o1d
·letzten Monat·discuss
[flagged]
9o1d
·letzten Monat·discuss
Plot twist: the publisher just looked into the future. I’m currently building an EBNF parser for my project, C³ (C cubed), which allows you to define arbitrary grammar at the very beginning of a file to seamlessly mix strings and syntax from Python, JS, or any custom DSL.

While C++ was just a simple iteration, C³ aims to be a paradigm shift. If you see JavaScript DOM manipulation code on a C++ book cover, it’s not a stock photo blunder anymore — it’s just a valid source file after a custom EBNF header. The project is currently in private development, but I'm considering launching it as an online service. Stay tuned!

https://gitlab.com/9o1d/C3v3
9o1d
·letztes Jahr·discuss
A financial chat for personal expenses. The user enters one number, how much money he has spent so far. The chat responds with a message:

1. List of expenses for today

2. Total expenses for today

3. Total expenses since the beginning of the month

4. Average expenses per day, calculated as total_since_the_beginning_of_the_month / current_date_of_the_month

5. Forecast of expenses for the month, calculated as average_expense_per_day * number_of_days_in_the_month

It is useful to add in advance on certain dates, scheduled loan payments and rent payments, which can be ignored in the average daily expense, so that it reflects only current expenses that can be reduced. It would be convenient to scan the QR code on receipts so as not to enter them manually.

This app will help people save money.
9o1d
·letztes Jahr·discuss
Advice: Buy Bitcoin

Fifteen years ago, I made my own website and came up with a digital currency for it. These were PNG files with watermarks, with my money drawn on them. They were similar to the ones I printed at school with my friends. They were called "CHATL". At school, I didn't know how to give my money value, it turns out it had to be lent. Returning to PNG files, they could be viewed on a computer screen, printed and uploaded to a website to put into an account. But I couldn't solve the problem of simultaneous ownership. Such money turned out to be disposable. At that time, I had heard about Bitcoin, knew that it was worth about a dollar, but I didn't attach much importance to it. Besides, in Russia, I didn't have a dollar bank card to pay abroad. It's funny that the same thing is happening now, we have blocked international bank cards and I use Bitcoin.
9o1d
·letztes Jahr·discuss
Tip: Use Python

Twenty years ago I tried to start using Python. I tried to make a sniffer in Python - a program for logging data on the network. But this program returned an error. I started to figure it out, I found that the error was in the Python implementation. I then rewrote this program in C - it worked very reliably. Since then I have avoided using Python. For the last five years I have been doing research on writing effective programs. I have used C and even made a framework for it, but programming remains difficult under time constraints. Then I tried to make a prototype in Python. In one day I tested several ideas. I can say that I like writing in Python. I plan to make a translator for automatically rewriting programs from Python to C. I plan to test ideas in Python and then rewrite them in C.
9o1d
·letztes Jahr·discuss
I solved the problem of finding factors for the product of prime numbers. I solved it for five years. I used different methods. There is even a graphical method https://github.com/azhibaev/c3_opengl

As a result, I came to the creation of a new programming language based on the C language. I realized that the C++ language was an evolution, but incorrectly implemented. The mistake is that a person is forced to write classes. But a person is not able to write a correct class. Only a translator can do this. I started doing this in my work https://github.com/azhibaev/c3 but I do not have enough funding.

I plan to build a parser for the C language https://github.com/azhibaev/c_parser , and create a new grammar. I plan to support the old grammar for Python and JavaScript. In general, you will be able to write strings in these languages inside a C program.

I am inventing new ways to automatically generate programs. One new way is the ability to call a non-existent function from a program with a non-existent data structure that should be created automatically when compiling the program. I'm looking for a job, but work takes up all my time and I can't do this project then.
9o1d
·vor 2 Jahren·discuss
Greetings from the USSR! In 1990, I was 15 years old and a high school student. Factory clones of the ZX Spectrum appeared in stores, and I often visited the stores, looking at the new computers on the shelves. I already had a programmable microcalculator. My mother worked as the head of the department of automated control of industrial production, she received her salary for a month and bought me a ZX Spectrum 48K computer with all the money, for this I am very grateful to my mother. I learned to program in BASIC and assembler. The computer came with a cassette with the games Zynaps, Exolon, Lode Runner, Boulder Dash, Is-Chess, Robin of the Wood. These games were English, exported through Poland. I knew three people in the whole school, owners of the ZX Spectrum, and it was a huge school, 11 thousand students studied there. We exchanged cassettes with games. Then I used the Copy-copy program, it was right on the tape included with my computer! To make a copy of a game, first the game was read from the tape recorder into the computer's memory for 5 minutes, then I put in a clean tape and recorded the game for 5 minutes, then I checked for another 5 minutes (Verify). Sometimes I came across games in Italian. Hello Italy! There were Polish magazines in Polish. In 2002, I started working in a gaming computer club. There were 12 computers connected by a local network. There were Counter Strike, Half-Life, Sims, GTA III, Warcraft and other games. Games and programs were sold in stores and kiosks. I still have a collection of disks. For example, this is a Windows XP Corporate disk, for which only a serial number was needed. I bought this disk in a store for 2 dollars. Now I use Debian 12. I cannot download a Windows disk image, since many sites are not available in Russia. I can only buy a laptop with Windows installed, but it is expensive.
9o1d
·vor 2 Jahren·discuss
I first published my article on 05/17/2023
9o1d
·vor 2 Jahren·discuss
If someone writes here that another Web4 already exists, then I will have to rename it to Web5.
9o1d
·vor 2 Jahren·discuss
This is called a proxy server. You can take any domain, paid or free. You may want the domain to start with the word proxy, so that your users know that you are not copying the site, but using a proxy. You can use your own server or CloudFlare for your domain, with a DNS record CNAME. You can configure the proxy server to use http or https without checking SSL.
9o1d
·vor 2 Jahren·discuss
I understand you perfectly. I apologize, as a defender of advertising, for the fact that advertising often causes you inconvenience. However, I believe that advertising does less damage than cars. Okay, let's ban cars? What about alcohol and smoking? Why doesn't anyone try to throw a blanket over the shelves with alcohol?
9o1d
·vor 2 Jahren·discuss
I answered you in a letter. Of course, I understand that this is only a message. Thank you for your offer of help.
9o1d
·vor 2 Jahren·discuss
Oh, yeah! I often click on a link if an ad interests me. The problem is that I'm poor. But there are rich people who buy from advertising, right? After all, it's not my business to count the advertisers' budget. They know what they're doing. Don't interfere with advertisers doing their job! I learn a lot from advertising.
9o1d
·vor 2 Jahren·discuss
Let me give you a piece of advice. Since you are still young and you do not have enough experience to make a lot of money. Because before it was not a few dollars that you mention, but hundreds of dollars. Advertising revenue has dropped so much. I thought the same as you. I was young and naive. Companies also have little money from advertising and therefore they simply cannot hire you and pay you a lot of money. Think about making a lot of money while you are young and full of energy. I am about 50 years old and I can not work hard anymore as in my youth. It becomes harder to make money with age. Think about the fact that none of those people who come to your site without advertising will give you a dollar in your old age. They will forget everything. Start being a serious adult. You are responsible only for yourself, but not for other people who just come to your site, and you do not have enough money to enjoy life while you are young. This time will quickly pass and in old age you will remember that you did not earn a lot of money in time.
9o1d
·vor 2 Jahren·discuss
Did you know that YouTube does not make a profit, but only covers its own expenses? What if it becomes unprofitable because of ad blockers? What will remain? Paid cinemas? Do you want to pay money from your own pocket? And you will remember the times when you could pay by watching ads without money. Think about it! No one will do anything for you for free. Try to take a taxi or a train without money? Try to steal bread from a store without money? This is stealing and it is illegal. If something is free, it means that those who benefit from it have already paid for you, so that you receive the information they want. So that an independent site cannot distribute free information.
9o1d
·vor 2 Jahren·discuss
About $ 100 a month.
9o1d
·vor 2 Jahren·discuss
Indeed, in 2009 I used free hosting. However, my articles were so interesting that in one week my site was visited by about a million people. Because of the huge traffic, I was kicked out of free hosting. Then I rented a VPS. Then I was still a big opponent of advertising, like all of you, and I was naive. I was an idealist. But when I tried to sell access to the site for sending SMS messages costing 10 cents, no one wanted to buy them, only one person out of a hundred. When I installed advertising, this ratio increased to fifty out of a hundred, that is, my income increased 50 times. Then I understood the benefit of advertising. I received about $ 100 a month from advertising. Then the income from advertising dropped significantly due to the mass installation of ad blockers. Now I use Firefox without any plugins. I honestly watch ads. This is the decision of a responsible adult. Because I understand that without advertising there will not be those wonderful sites that are still left.
9o1d
·vor 2 Jahren·discuss
Dear friends! I am a simple programmer. I had a website in 2009, where I posted useful articles. I had a small ad block, which allowed me to pay for my expenses. When users began to install ad blockers en masse, the number of ad views dropped significantly and I had to close the site. Now I have no job and I am very poor. I want to thank those people who not only do not want to pay for good service, but also install ad blockers. Now you say that there is nothing to find on the Internet. Who will do something for you for free? Maybe a taxi driver will take you for free?
9o1d
·vor 2 Jahren·discuss
I can give you some advice. Imagine your favorite activity that you can do for free even on weekends. Look for such a job.

I am a programmer from Russia. I live in Siberia. I have not been able to find a job for a year. I continue to look, but I have already started to do some part-time work.

I participate in low-paid projects on image marking for training neural networks, checking the quality of their work.

I wanted to get a job in delivery, but our city is too small, and there is not even a delivery service. The only work in our city is drivers and store clerks, but also very low-paid (USD 300 per month).

I am doing a project to create a new programming language based on the C language, to unload the human brain from programming and give the opportunity to write programs in a human language. If you are interested, there is the first link to the article on my site azhibaev.com
9o1d
·vor 2 Jahren·discuss
Thank you! Eight million users using this extension agree with you. So it's not a problem of one person, or screen settings. If only they knew that FFF-background is a mistake.