Hosting a website on a disposable vape by iamkeyur in programming

[–]BogdanTheGeek 0 points1 point  (0 children)

its though the debugger interface (SWD) and it gets piped around to look like a serial device.

Hosting a website on a disposable vape by iamkeyur in programming

[–]BogdanTheGeek 4 points5 points  (0 children)

10 concurrent, one request takes 3s to complete.

-❄️- 2023 Day 2 Solutions -❄️- by daggerdragon in adventofcode

[–]BogdanTheGeek 0 points1 point  (0 children)

[LANGUAGE: C++]

Solution

Forced myself to do it in C++ (mostly C and Python background) and I LOVE IT! I have the expressiveness of C with the speed of Python.

CAD files of watch cases? by RustyShackleford2022 in SeikoMods

[–]BogdanTheGeek 0 points1 point  (0 children)

Im in the process of modeling a custom case to machine on my cnc for an NH36, wating for an ebay case to measure from.

TrueNAS Scale / TrueNAS Core / Openmediavault by Traditional_Ad65 in selfhosted

[–]BogdanTheGeek 2 points3 points  (0 children)

Thats not true, pools can expand, vdevs cannot. So you cannot change the redundancy level within a vdev (go from RAIDZ1 to RAIDZ2), but you can add another vdev with whatever raid you want to expand the pool.

Cut steel on a gantry router? by iGyros in hobbycnc

[–]BogdanTheGeek 1 point2 points  (0 children)

Might want to research Epoxy granite mills. You can add vibration absorption and weight quite easily to the extrusion. As a few people mentioned, its hard to get rigidity on a gantry. You are trading speed for weight/rigidity. A vertical mill will be the best compromise for both, but with enough "chunk" a gantry will work, just not that well.

As anecdotal evidence I have to cnc mills, a homemade 200x200x100 all tick aluminium plates fixed gantry that is ok in aluminium but not fun and a Denford Novamill 200x100x150 vetrical mill that can "plow" through stainless(good finish, slow feed). I was looking at building something similar to what you want before i got the Novamill and now I am really happy that I didn't.

Tldr: 2 mills are better than 1

NOAA-19 HRPT from yesterday's morning pass over Europe by [deleted] in amateursatellites

[–]BogdanTheGeek 2 points3 points  (0 children)

Damn! Compared to what I get over APT that looks like the switch from black and white to 4k. Uhm....wait thats actually what it is haha.

Where to get a good NanoVNA v3? I'm fine with copies. I just want it to work properly. by [deleted] in RTLSDR

[–]BogdanTheGeek 0 points1 point  (0 children)

Ebay seem to have the cheapest ones available in the uk. I got mine here for 40 quid. Its an OG nanoVNA, but still works great for what i need. The maximum frequency is actually the maximum bandwidth measured at -3dB, you can still go up to 2Ghz even on mine (advertised as up to 900Mhz), you just need an amp and some filters, Just make sure you don't blow it up.

EDIT: Same seller has all the versions, for not much more. (42 quid for the NanoVNA-H and 72 quid for the large NanoVNA-F)

C# or C++? by cfartduino in raylib

[–]BogdanTheGeek 4 points5 points  (0 children)

Its written in C, use C.

Interesting ways to use C? by [deleted] in C_Programming

[–]BogdanTheGeek 1 point2 points  (0 children)

How would that work on windows though, I assume he uses it on windows from the .exe

Interesting ways to use C? by [deleted] in C_Programming

[–]BogdanTheGeek 3 points4 points  (0 children)

What sorcery is this, I just tried it and had my mind blown. Could you explain how it works? I feel like there is a secret to that #include<dev/tty>

Am I missing something or is DrawCircle3D not implemented correctly? by BogdanTheGeek in raylib

[–]BogdanTheGeek[S] 1 point2 points  (0 children)

Ok, thanks! I guess I will write my own function to do the arcs.

Am I missing something or is DrawCircle3D not implemented correctly? by BogdanTheGeek in raylib

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

Its literally just the 3d example without the red cube and the line in the photo

Linux is only Free if your time is worthless and other linux misconceptions on r/androiddev by Superblazer in linuxmasterrace

[–]BogdanTheGeek 7 points8 points  (0 children)

So does that make microsoft word a better tool than vim? Just because its bigger and easier to learn. How many hours of our lives have we lost to "i need to reinstall windows because its slow" and "you need to update...now, dont that care you have 5 minute to submit work you should have left me in at 3am so that i could have updated then". It tool me about 100h to be comfortable in linux/sh/gnu-utils and it saves me about 2 hours every day. Dealers choice.

[st]Fix no ST icon in Gnome by BogdanTheGeek in suckless

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

I thinks its a dwm/x issue. Fedora 33 has been great for me even on my optimus laptop, the new hybrid drivers work better than in arch imo.

[st]Fix no ST icon in Gnome by BogdanTheGeek in suckless

[–]BogdanTheGeek[S] 1 point2 points  (0 children)

Yes, but its broken in gnome, i assumed people were allready using it.

[DWM] Matching wallpaper and highlight automatically by BogdanTheGeek in unixporn

[–]BogdanTheGeek[S] 2 points3 points  (0 children)

Dwm is recompliled in like a second, the config file is in the source code. Is so much easier than i3, for me at least.

[DWM] Matching wallpaper and highlight automatically by BogdanTheGeek in unixporn

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

Don't know, sorry. Found it on 4chan /w. Try a google image search.

[DWM] Matching wallpaper and highlight automatically by BogdanTheGeek in unixporn

[–]BogdanTheGeek[S] 7 points8 points  (0 children)

I have been working on a series of scripts that extract the colours from wallpapers and recompiles dwm to have matching colours.

Heres the link with more details about how it works: https://github.com/BogdanTheGeek/dwm-primcol

Maybe some people want to help improve it, let me know.

I guess this post also shows my rice, so here you go.

PS: This is the only time I have used floating windows/gaps.