HackerTrans
TopNewTrendsCommentsPastAskShowJobs

parlortricks

81 karmajoined قبل 5 سنوات

comments

parlortricks
·قبل 6 أيام·discuss
Well this is a shame. I hit this, this morning, without knowing about the change. Guess my journey with Reddit ends here.
parlortricks
·قبل 6 أيام·discuss
Do you have a link to your books so we can check them out?
parlortricks
·الشهر الماضي·discuss
Wouldn't you need a marauder for that?
parlortricks
·الشهر الماضي·discuss
I keep reading all these posts about terminal slowness, and here i am just sticking with Konsole + fish + starship.rs. Seems fine and responsive to me.
parlortricks
·الشهر الماضي·discuss
Time to take out the CP/M machine from the closet, :)
parlortricks
·قبل شهرين·discuss
In C a[i] is converted to *(a+i) internally. i[a] is converted to *(i+a). Array names also act as pointers in c. so (a+i) or (i+a) give an address (using pointer arithmetic) that is dereferenced using *
parlortricks
·قبل شهرين·discuss
I didn't understand why a[3] == 3[a], but i found this stackoverflow that explains it.

https://stackoverflow.com/a/16163840

In C a[i] is converted to *(a+i) internally. i[a] is converted to *(i+a). Array names also act as pointers in c. so (a+i) or (i+a) give an address (using pointer arithmetic) that is dereferenced using
parlortricks
·قبل شهرين·discuss
Id like to understand how this creates a monopoly. It isn't banning the re-sale of tickets, just limits the sale to less than or equal to original cost of ticket.
parlortricks
·قبل شهرين·discuss
Have you tried a firefox fork like Librewolf? Not saying it makes a difference but it feels faster on my desktop compared to regular firefox.
parlortricks
·قبل شهرين·discuss
This one looks to be the active fork, https://github.com/benstone/3DMMEx

i should have read the article first...
parlortricks
·قبل شهرين·discuss
We added other weapons to make a poor mans scorched earth as we were only allowed to make games.
parlortricks
·قبل شهرين·discuss
You could try Lazarus + FreePascal or even Delphi
parlortricks
·قبل شهرين·discuss
I love FreeCAD, designed some parts, did a bunch of Solidworks challenges and entered CAD comps.

I also love playing with build123d, dune3d (uses solvespace constraint) and SolveSpace.

Do love Solidworks but I'm on linux now so time to embrace the other options more.
parlortricks
·قبل شهرين·discuss
Cargo cult represent! How good are they, aye. I bought one 2 months ago, had it for 2 weeks and already done 200+kms on it, and that has saved me $60 in fuel so far. It is great for getting around and grabbing shopping last minute, going to work and just feeling more connected and happy.
parlortricks
·قبل 3 أشهر·discuss
This is great, i use a 3x3 font i drew up for lowres games, though there are many example that look mostly the same since it is such a small space.
parlortricks
·قبل 4 أشهر·discuss
Yeah, second the norgb option. Even more annoying when openrgb just randomly hangs scanning devices and now im stuck with rainbows i cant turn off!
parlortricks
·قبل 5 أشهر·discuss
You gotta love it, simple and straight to the point.
parlortricks
·قبل 6 أشهر·discuss
What keyboard did you modify and why?
parlortricks
·قبل 7 أشهر·discuss
Excellent new release, now for Fennel and Love2d to update, fun times!
parlortricks
·قبل 7 أشهر·discuss
That is very handy to know.