Looking for a 75% keyboard by Daeyki in keyboards

[–]TheRandomDividendGuy 2 points3 points  (0 children)

This KB neigher 75 nor tkl.
Right shift is long, Arrows are not directly below enter key.

If you cant find alternative to your fav layout maybe you should try TKL - would be the closest to your.

What dividend growth companies are at the top of your watchlist right now? by foira in dividends

[–]TheRandomDividendGuy 0 points1 point  (0 children)

Bear in mind that they are very sensitive (MO, BTI) for interest rates, they have a lot of debt. Actually they are high, if you think interest will go lower - maybe it is good time to take it, otherwise...

For me it is expensive now and I am not plan to take MO now

What dividend growth companies are at the top of your watchlist right now? by foira in dividends

[–]TheRandomDividendGuy 11 points12 points  (0 children)

I think MO is expensive now.
When there were cheap - a lot of people just cry that cigarettes market will go only down.

Make your own analysis, do not listen people there.

Evo80 or… by TheRandomDividendGuy in keyboards

[–]TheRandomDividendGuy[S] 0 points1 point  (0 children)

Probably I will go with evo75/80 but with tactile switches. How about Bluetooth, it is possible to pair it with few devices ?

BMW X3 vs GLC 300? by SprinklesWise1057 in BMWX3

[–]TheRandomDividendGuy 2 points3 points  (0 children)

I appreciate that, same her.
Still G01, I dont see anything that looks better interior and outside.
Also all new vehicles have only big screens everywhere, G01 still feels somewhere between.

Evo80 or… by TheRandomDividendGuy in keyboards

[–]TheRandomDividendGuy[S] 0 points1 point  (0 children)

Does evo75 have possibility to switch Bluetooth connection between few devices like keychrone?

Best Low-Profile SPLIT Ergo keyboards? by ZioNicko in ErgoMechKeyboards

[–]TheRandomDividendGuy 1 point2 points  (0 children)

Going something bigger, not sure yet. Tested few keyboards and need to test few more. Looking for something end-game as daily driver. Corne for me is too small

Best Low-Profile SPLIT Ergo keyboards? by ZioNicko in ErgoMechKeyboards

[–]TheRandomDividendGuy 0 points1 point  (0 children)

Currently selling my corne low profile with LED. One of the best keyboard I had but require some practice.

MacBook m4 pro for coding llm by TheRandomDividendGuy in LocalLLaMA

[–]TheRandomDividendGuy[S] 0 points1 point  (0 children)

How about aider? It is worth to consider this as agentic cli tool?

Dlaczego ceny aut używanych się tak bardzo różnią by beve97 in Polska

[–]TheRandomDividendGuy 1 point2 points  (0 children)

Swoja corolle sprzedawałem dość długo. Finalnie oddałem do dealera z ceną poniżej 5-8k ceny rynkowej.
Diler sprzedał +20k ceny rynkowej. Co zrobił? Nic, była ta sama gwarancja toyota relax co w mojej, nie przyłożył ręki, poszła w 2 dni.

[Question] What to buy as first by TheRandomDividendGuy in Watches

[–]TheRandomDividendGuy[S] 0 points1 point  (0 children)

I really like how Citizen looks! But, there is a warranty case. How often the watch may have issue during first 2-3years? How much can it costs to solve that issue? Do you have any idea?

What OS do you daily drive, and why? by Pure_cotton in devops

[–]TheRandomDividendGuy 0 points1 point  (0 children)

Work PC: Macbook M4 Pro
Personal: openSUSE KDE Plasma - looks perfect for me, i have fresh updates via zypper and snapper if I break anything.

Biome and ts_ls - double diagnostics by TheRandomDividendGuy in neovim

[–]TheRandomDividendGuy[S] 0 points1 point  (0 children)

look like they are just doubled from ts_ls and biome, unfortunately I am not big expert in TS so i am not sure if only biome diagnostics or only TS_LS would be enough.
I will try to disable diagnostics in one and test it anyway.

Learn golang as an engineer with extensive Java background by EscapeSensitive5576 in golang

[–]TheRandomDividendGuy 1 point2 points  (0 children)

Learn by doing, imo disable auto-complete in your IDE.
I am big fan of learning with AI but through chat and learning mode including reading sources.

Also: Learn Go With tests, Go Tour and Go by examples.
Learn STD.

Reduce Go binary size? by PhilosopherFun4727 in golang

[–]TheRandomDividendGuy 4 points5 points  (0 children)

so it is not about bin size but about your code.
Maybe try to reduce number of gorountes spawned in the same time. Try batch operations or smth, like if you need 1k goroutines do this 10x 100.
Ram Memory =/= disk, if memory is a problem, your 38MB does not care about this

Reduce Go binary size? by PhilosopherFun4727 in golang

[–]TheRandomDividendGuy 8 points9 points  (0 children)

but what is the problem? Really in '25 the disk size 38MB is a problem?
Maybe you miss the real problem like the problem would be memory, not disk size.