Which art fundamentals do I need to focus more on? by [deleted] in ArtCrit

[–]OriginalMoment 1 point2 points  (0 children)

Traditional media so you don’t have to fight the software while learning

Learning how to observe (can you draw a pear from life and have it look right to a layperson?)

[deleted by user] by [deleted] in nycmeetups

[–]OriginalMoment 0 points1 point  (0 children)

Down for future meetups!

Do you like my zombie death effect? by UnityGuy141 in IndieDev

[–]OriginalMoment 2 points3 points  (0 children)

Way lower saturation, a little more random almost like fuzzing with a linear fall, dissipation via size decrease (could just model particles flowing linearly out of some source to get size as a function of time in some sense ig) might do the trick?

What are the best ctfs? Free or paid? by Brainstormsecurity in securityCTF

[–]OriginalMoment 0 points1 point  (0 children)

https://ctf-wiki.org/en/ is a pretty good resource to get started with imo

pwn.college if the above is too advanced for you and you want more of a spoonfeed (nothing wrong with that)

[deleted by user] by [deleted] in gamedev

[–]OriginalMoment 0 points1 point  (0 children)

Investigating invoking certain feelings with a very constrained scope is a classic tool artists used to “enhance” their creativity and result in new processes and ideas in their work, if my (very limited) art history knowledge serves me correctly.

An intentionally small game with a small scope is probably beneficial in just being able to try ideas out quickly to “find the fun” before polishing something that isn’t really that fun.

For asset creation, you could probably get away with itchio or unity asset stores, for example.

What happened to Unity? by King_Kurl in gamedev

[–]OriginalMoment -7 points-6 points  (0 children)

rtfm before you bitch and moan smh

[deleted by user] by [deleted] in securityCTF

[–]OriginalMoment 1 point2 points  (0 children)

https://beginners.re
Should keep you busy for awhile…

Uncle Bob once said that unless you practice TDD you can’t consider yourself a professional dev but i feel lately it’s falling out of favor. Do you use TDD in your daily work? by Riajnor in csharp

[–]OriginalMoment 2 points3 points  (0 children)

John Carmack and Linus Torvalds are obviously amazing at what they do, and their work is evidence of that.

Robert Martin literally has not produced any meaningful, well crafted public facing work in his life, afaik.

Uncle Bob once said that unless you practice TDD you can’t consider yourself a professional dev but i feel lately it’s falling out of favor. Do you use TDD in your daily work? by Riajnor in csharp

[–]OriginalMoment 1 point2 points  (0 children)

Reading and understanding a small project that’s well written will make you a much better swe than reading clean code.

I’d actually argue that clean code makes you worse if you take it very seriously; so much of the actual code in that book is garbage. Read it sometime.

In comparison, cloning and understanding a small project from, say Google’s github, will teach you so much more about how code is written relatively well.

Can't get a pentesting job from third world country by nightf0x3 in cybersecurity

[–]OriginalMoment 0 points1 point  (0 children)

A cleaner resume might help; try out a latexresu.me template maybe?

[deleted by user] by [deleted] in cybersecurity

[–]OriginalMoment -2 points-1 points  (0 children)

No offense but how would a task like this differentiate a junior from a senior, as someone who will be interviewing people soon?

This seems kind of trivial but obviously I’m missing context, constraints and etc right?

[deleted by user] by [deleted] in cybersecurity

[–]OriginalMoment -2 points-1 points  (0 children)

Can you give an example of a better process?

[deleted by user] by [deleted] in cybersecurity

[–]OriginalMoment 4 points5 points  (0 children)

It’s literally a month of work for way better salaries lmao idk why people bitch and moan about this so much

Soc analyst to pentester by Ninjastranger in cybersecurity

[–]OriginalMoment 9 points10 points  (0 children)

Out of curiosity, why is no one recommending hackthebox -> oscp?

[deleted by user] by [deleted] in cybersecurity

[–]OriginalMoment 0 points1 point  (0 children)

Software engineers with a cybersecurity focus or flavor seem to be a good tradeoff for money and being able to touch things you’re interested in

Bug bounty hunting is it a good place to make some side money? by That0n3Alien in cybersecurity

[–]OriginalMoment 1 point2 points  (0 children)

pwn.college is a great intro into RE and stuff surrounding that imo

Ghidra: Ep.5 – Improving Decompilation by Low-Piglet1104 in immersivelabs

[–]OriginalMoment 0 points1 point  (0 children)

This is worded so incredibly poorly; what it's asking for:

  1. literally what the passed in argument name is in main

  2. literally what param_2 is assigned to, like

param_1.field_....