Bemerkungen

Kommentare von Mmm7777
Mmm7777
1y | 17.11.2022, 17:14:03
Test prispevok 2
Reakcia na komentar
🤨😐😑
17.11.2022, 17:14:03
Mmm7777
2y | 15.07.2022, 12:51:50
Using Nothing But Docker For Projects
Probably true for larger companies with lots of projects. For one person (althought with several projects), it is sufficient to own some server and run everything there. Nothing against docker, it is useful some some cases (easily to reproduce development environment, scale project, releasing new version on production).

On other side, docker will just increase complexity, take lot of disk space, decrease performance, you need to learn some orchestration tools (swarm, kubernetes, zookeeper...). Have idea about networking. And if you dont have some good money making project with lots of users and request, it is only nice to have...
15.07.2022, 12:51:50
Mmm7777
2y | 21.04.2022, 22:34:13
Meta hiring freeze
Maybe this is one of first signs of hard recession.
21.04.2022, 22:34:13
Mmm7777
2y | 28.03.2022, 23:30:11
Writing a document database from scratch in Go: Lucene-like filters and indexes
Insane how one person just get idea and is able to start writing technically impressive hard project.
28.03.2022, 23:30:11
Mmm7777
2y | 02.03.2022, 13:43:05
02.03.2022, 13:43:05
Mmm7777
2y | 01.01.2022, 19:30:34
MariaDB - sec index record
And small script to check mismatch between calculated checksum and stored checksum.
https://dev.mysql.com/doc/refman/5.7/en/innochecksum.html

```
#!/bin/bash
for i in $(ls /var/lib/mysql/niftycent_db/*.ibd)
do
echo "$i"
innochecksum $i
echo "----------------------------------------------------------------------------------------------"
done
```
01.01.2022, 19:30:34
Mmm7777
2y | 29.12.2021, 15:41:16
DuckDuckGo's daily search queries surpassed 100M, a 47% increase
And behind ddg is brave

https://brave.com/20m-mau/
29.12.2021, 15:41:16
Mmm7777
2y | 28.12.2021, 17:19:42
What I wish I had known about single page applications
SPAs should not be used for something serious.
Maybe used them to some fancy ecommerce / hype webpage, but that is their limit.
28.12.2021, 17:19:42
Mmm7777
2y | 18.12.2021, 17:15:01
18.12.2021, 17:15:01
Mmm7777
2y | 16.12.2021, 13:07:59
Reddit Files IPO
16years
52M active user per month
100k communities (/r subdirectories)
100M$ in second quarter (3x more than in previous year)

10-15B$ valuation (with current rate of inflation, possible target)

Curious about final IPO, is pretty challenging to live these days with meta, crypto, nft, inflation and memes everywhere. Better to go IPO quickly.
16.12.2021, 13:07:59