Hacker Newsnew | past | comments | ask | show | jobs | submit | parlortricks's commentslogin

Wouldn't you need a marauder for that?

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.

Time to take out the CP/M machine from the closet, :)

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


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 *


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.


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.


This one looks to be the active fork, https://github.com/benstone/3DMMEx

i should have read the article first...


We added other weapons to make a poor mans scorched earth as we were only allowed to make games.


My school had a similar loophole: game weren’t allowed in the computer lab, unless you wrote it yourself…


You could try Lazarus + FreePascal or even Delphi


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.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: