Some people at work have started using Cursor, and have sent me analyses made by same. I can tell that what the Cursor guys have done is hook up a chatbot to a static analyzer, because Intellij's static analyzer found some of the same problems.
The problems it reported ranged from a good catch...
What shell are you using? Try this, and make sure it prints two lines:
echo -e "block in all\npass in from <my IP> to any"
If it does you can then pipe it to pfctl -f -. You definitely want a pipe "|" and not a slash.
I've looked here:
https://wiki.freebsd.org/arm
And I've looked here:
https://www.freebsd.org/platforms/arm/#hw
There are a lot of boards and a lot of caveats. Do you have practical FreeBSD experience with an ARM board you would recommend?
Biggest leak I ever found (and one of the first) was in Java code. Turns out it was intentional, but it still got me tons of street cred at my new (at the time) job.
Yes, Valgrind is an awesome tool. Many thanks to Dr. Paul Floyd.
Big fan of McIlroy. I've probably posted this before cause it's one of me faves. I beg for forbearance for the old man repeating himself:
https://leancrew.com/all-this/2011/12/more-shell-less-egg/
I'm struggling to think of what "social media" Apple and Microsoft have. To me the social media giants are Meta, Tiktok, and Twitter. In any case, liability for the online experience is no longer hypothetical as of today. Meta is allegedly behind these efforts to add an age API.
I doubt it's...
Yes, it's Python and it gave me quite a headache.
It generates methods with names like query_by_table_foo(...) at run time. I was pulling my hair out trying to figure out where they were defined. I could see they were getting called, and returning results, but I couldn't find them anywhere!
No longer valid as of GCC 14 / Clang 16 (which started enforcing C99):
https://www.redhat.com/en/blog/new-warnings-and-errors-clang-16
https://gcc.gnu.org/gcc-14/porting_to.html
😞
There's a hash (#) missing at the beginning of this line
Compiling with -fpermissive I get:
$ gcc -fpermissive...
I think Python is gross, but I'm just a weak-minded Java programmer. I can probably be ignored safely.
I recently ran into something like this at work:
def __getattr__(self, name: str):
# If class is extened, or name doesn't start with query_by_
if self.__class__ is not...
I think I understand the motivations for this and similar bills now:
Protect the social media giants from liability: Shift the responsibility for age verification to the OS providers. Now families get to sue them when Timmy sees something gross on Facebook.
Corporatize open source development...
It was "self-healing"! That guy was way ahead of his time! Yes, tongue firmly in cheek.
By the way atax1a thanks for the link! That's an awesome repo and blog post.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.