HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bobertlo

no profile record

Submissions

Core War: Tournament Weekend 2024 (Celebrating 40 years)

corewar.co.uk
2 points·by bobertlo·2 yıl önce·0 comments

comments

bobertlo
·2 yıl önce·discuss
I just really appreciate separating things like access credentials from things like web browsers without running multiple accounts. I do all my most and least secure activities on Qubes and use other computers for a lot of the other stuff in between.
bobertlo
·2 yıl önce·discuss
Yeah, I could not do it without other computers to use, but after a year of keeping a system running it, I find myself mostly using my other systems for specific purposes like a windows machine for gaming (no web browsing ever lol), my macbook air for printing, managing photos, doing stuff with my iOS devices, etc.
bobertlo
·2 yıl önce·discuss
Windows templates work great for me! I think a big part of the reason I didn't pick it up for daily use before was assuming windows support was not that great. It's definitely specialized, but pretty well supported IMO.

1. I have completely offline templates that I use like vaults, mostly to run rufus and create USB sticks. 2. I have templates to test and build software for work where I baked SSH and VPN keys into the template, but the system drive (including my user account data and settings) get reverted every reboot and the only persistent data, like version tracked project code, is on the extra D: drive. 3. I have FlareVM template setup to do dynamic analysis in disposable qubes without any network connection. They have the integrated file and clipboard transfer to get samples in and keep notes externally.

The only real issue I have noticed is resizing the screen repeatedly seems to crash the GUI driver somehow. The window disappears and I have to kill the Qube. Usually I just resize once when starting, if at all, so it's not a big deal.
bobertlo
·2 yıl önce·discuss
Would you rather have undefined initial values?
bobertlo
·2 yıl önce·discuss
I think the author did a good job of challenging my assumptions going in at least, which is nice.

My initial reaction was that it was a list of fairly complex things, but they are not necessarily complex to implement, even if people commonly over-complicate a couple of those things or make them a pain for other developers to setup, which seems to be part of the point.
bobertlo
·2 yıl önce·discuss
Remember that writing bespoke internal software and general-purpose commercial software are very different things with very different budgets, and you will need support staff. Do your research and talk with someone who understands commercial software before planning any kind of spin off. These are two very different goals, even if one would hypothetically fulfil the other.
bobertlo
·4 yıl önce·discuss
For junior developers reading this: if you are asked to use a framework and decide to write it from scratch instead, you may not even remain a junior.
bobertlo
·4 yıl önce·discuss
I think the R docs are the intended reference material for pandas ;)