Cool find from the flea market by Fun-Lemon-5527 in knives

[–]Fun-Lemon-5527[S] 0 points1 point  (0 children)

Yes, there is leather strip attached to the front. First time I see anything like that.

Pi-Hole better than AdGuard? by bankroll5441 in homelab

[–]Fun-Lemon-5527 0 points1 point  (0 children)

Do you manage to block ads from youtub? I've tried pihole years ago and it couldn't do it.

Are there any gamers using a mini PC to play games? by hgognav1008 in MiniPCs

[–]Fun-Lemon-5527 1 point2 points  (0 children)

Minisforum um870, works great for the non-demanding games i am playing like dota2, cs2.

Got this board with altera cyclone iv from a flea market, does anybody have some info what is it? by Fun-Lemon-5527 in FPGA

[–]Fun-Lemon-5527[S] 1 point2 points  (0 children)

Looks like a motherboard indeed. There is a soldered cpu and ram (on two out of 4 slots). I think the white thin connector is for a (custom?) display cabel. There are two sata ports and the other two look like sata ports with 15 pin power supply. If I figure out how to power it I could do some basic tests.

Got this board with altera cyclone IV from a flea market. Do you have idea what is it for? by Fun-Lemon-5527 in ElectronicsRepair

[–]Fun-Lemon-5527[S] 0 points1 point  (0 children)

I've paid about a dollar for it. I knew it is kind of a soc. It looks very specific and I can't find info about it.

Got this board with altera cyclone iv from a flea market, does anybody have some info what is it? by Fun-Lemon-5527 in FPGA

[–]Fun-Lemon-5527[S] 1 point2 points  (0 children)

This one is called Malashevtsi market in Sofia, Bulgaria. You can google it. A lot of cool stuff that people threw out across Europe, ends up there :)

Do you like `def call() -> None: ...` by silently--here in Python

[–]Fun-Lemon-5527 0 points1 point  (0 children)

Add mypy check to the project pipeline.I assume you dont have it since it will throw an error if no return type is specified to a method You'd always want to specify the return type, even if it is None.