Get Mystery Box with random crypto!

@yegor256news

Logo of telegram channel yegor256news — @yegor256news Y
Logo of telegram channel yegor256news — @yegor256news
Channel address: @yegor256news
Categories: Cryptocurrencies , Telegram , Crypto News
Language: English
Country: Not set
Subscribers: 4.76K
Description from channel

Recent news from Yegor Bugayenko a.k.a. @yegor256 about computers and programmers.
The blog is at www.yegor256.com
To discuss, join @bloghacks @zerocracy (EN) or @szdne @codeahead (RU)
To talk about OOP: @elegantobjects @painofoop (RU)

Ratings & Reviews

2.67

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

1

3 stars

0

2 stars

2

1 stars

0


The latest Messages 13

2022-01-13 08:14:31 I've made a simple experiment to see how fast are C++ functions, objects and memory structures: yegor256/fibonacci. Here, I implemented a classic Fibonacci algorithm in a few different ways: one implementation heavily uses C++ objects with some inheritance, another one is a simple C recursion without any objects, while another one simulates anonymous lambda functions with the help of struct and function pointers. You can run it locally with make and see the result or just read the summary at the latest build.

If you know how else Fibonacci algorithm can be implemented, please submit a pull request. This experiment will help in the development of EOLANG.
1.2K viewsyegor256, edited  05:14
Open / Comment
2022-01-03 12:39:19 The next Shift-M episode will be with Michael Kay, the godfather of XSLT (this is his StackOverflow profile). What would you ask him?
693 viewsyegor256, 09:39
Open / Comment
2022-01-01 23:07:57
I can remember the last time I was watching something that strong and perfectly filmed. It's a masterpiece! Wheelman (2017) by Jeremy Rush (available on Netflix).
975 viewsyegor256, edited  20:07
Open / Comment
2022-01-01 00:00:38 Happy New Year!
498 viewsyegor256, 21:00
Open / Comment
2021-12-27 08:14:04
M186: "How do I become a software architect with a six-figure salary?" is the question I'm being asked very often. I can't say I know the answer but here is the strategy I would recommend to pursue: make sure your profile differs from all others somehow. Watch it.
1.1K viewsyegor256, 05:14
Open / Comment
2021-12-24 23:31:13
Just published a new episode no. 50 of Shift-M podcast with Andy Hunt, the author of "The Pragmatic Programmer" book, the co-author of Agile Manifesto, and a co-founder of "The Pragmatic Bookshelf" publishing agency. Watch it!
739 viewsyegor256, 20:31
Open / Comment
2021-12-24 09:16:56 I released a new small Java library for in-file data management: yegor256/tojos. Say, you have a .csv file with a list of books. You need to have an object-oriented interface to it inside Java. Just do this to add a new book and set one attribute to it:

Tojos tojos = new MonoTojos(new CSV("books.csv"));
Tojo t1 = tojos.add("Object Thinking"); // this is its unique ID
t1.set("author", "David West");

Then, you can select it back:

Tojo t2 = tojos.select(
t -> t.get("author").equals("David West")
).get(0);

The library supports CSV and JSON at the moment. If you want to contribute, feel free to add YAML, TOML, and maybe other formats.
1.1K viewsyegor256, 06:16
Open / Comment
2021-12-22 14:31:09 Свежее интервью:

1.3K viewsyegor256, 11:31
Open / Comment
2021-12-20 08:31:11 About a month ago I ordered a new MacBook Pro 14" with M1 Max for $5,500. It arrived last week and two days laster I returned it back. This product is a fiasco of Apple :( So, I'm back to my MacBook 15" (2013). Soon I'll make a video about this story, stay tuned.
1.0K viewsyegor256, edited  05:31
Open / Comment
2021-12-19 19:11:30
We decided to extend the deadline for ICCQ. You still have two weeks until the 31st of December to submit your research results to us! Let me remind you that ICCQ is an international scientific conference focused on problems related to the quality of code. It is organized in cooperation with ACM SIGPLAN/SIGSOFT and IEEE Computer Society. Accepted papers will be published in IEEE Xplore and indexed by Scopus.
518 viewsyegor256, 16:11
Open / Comment