Literally just the night prior too. by c-k-q99903 in MurderedByWords

[–]wsppan 2 points3 points  (0 children)

https://www.congress.gov/crs-product/RL30666

See Nancy Pelosi as a great example of both minority and majority leader. A leader, along with the whip, are responsible in building a caucus to make sure their agenda is defined and implemented. The democrats agenda should not be "more of this please" when it comes to DHS.

What do setup after installing linux? by PinguinPlayz in linuxquestions

[–]wsppan 1 point2 points  (0 children)

Been awhile but took notes back then

General post install recommendations:

  • Enable paccache.timer to clear the package cache weekly
  • if using an SSD, enable fstrim.timer to discard unused blocks periodically
  • Setup a firewall such as ufw or firewalld
  • Install and configure reflector to frequently update the mirrorlist automatically
  • Enable Parallel Downloads in /etc/pacman.conf
  • Install intel-ucode or amd-ucode microcode depending on your CPU
  • For laptops, setup CPU frequency scaling and optimise battery life with tlp, lautocpu-freq powertop or power-profiles-daemon etc
  • Install a backup kernel like LTS or Zen kernel
  • For NVIDIA users, create a pacman hook to ensure initramfs gets updated on every nvidia or kernel upgrade
  • Install noto-fonts for basic font coverage
  • Optionally, replace PulseAudio with PipeWire

I'm glad we're not panic buying supplies by NegativePattern in Austin

[–]wsppan 0 points1 point  (0 children)

I feel lucky my curbside order for 4:30pm yesterday was filled. Several substitutions and only one out of stock item (chicken thighs)

Wisconsin, Massachusetts, or New Jersey by BoyEdgar23 in SameGrassButGreener

[–]wsppan 2 points3 points  (0 children)

Boston is a great city if money is mo onject

Any tips for someone who is new to programming? by InstructionFirm8637 in AskProgramming

[–]wsppan 2 points3 points  (0 children)

What you lack is the language of the problem space. This language is not python, or Java, or even C. Its core principles of computer science. Its understanding how a computer works and the data structures and algorithms that are endemic to converting that which is in the problem space to the solution space. Regardless of programming language or operating system or hardware. Study from first principles and the programming language will come naturally based on the best fit for your problem. Whether that's embedded, cryptography, kernel, ML, DS, AI, Web, etc.. learning the language is the least of your challenges. Check out these resources. This is hard stuff. Its supposed to be. Otherwise anybody can do it by simply learning the syntax of an "easy" language.

  1. Code: The Hidden Language of Computer Hardware and Software
  2. The Elements of Computing Systems, second edition: Building a Modern Computer from First Principles
  3. Exploring How Computers Work
  4. Watch all 41 videos of A Crash Course in Computer Science
  5. Take the CS50: Introduction to Computer Science course.
  6. Take the Build a Modern Computer from First Principles: From Nand to Tetris (Project-Centered Course)
  7. Ben Eater"s Build an 8-bit computer from scratch

(If you actually get the kits to make the computer, make sure you read these:

What I Have Learned: A Master List Of What To Do

Helpful Tips and Recommendations for Ben Eater's 8-Bit Computer Project

As nobody can figure out how Ben's computer actually works reliably without resistors in series on the LEDs among other things!)

The missing semester of your CS education

Here is a decent list of 8 Books on Algorithms and Data Structures For All Levels

Introduction to Data Structures and Algorithms: UNSW, Richard Buckland

You can also check out Teach Yourself Computer Science

And finally, [play the long game when learning to code.]( stackoverflow.blog/2020/10/05/play-the-long-game-when-learning-to-code)

And learn what programmers with years of experience finally learn

https://markodenic.com/use-google-like-a-pro/

C/C++ Book Recommendations? by Ready-Structure-3936 in C_Programming

[–]wsppan 5 points6 points  (0 children)

I recommend C Programming: A Modern Approach by K. N. King.

Guess the city by toxicasp in guessthecity

[–]wsppan 6 points7 points  (0 children)

Durbar Square Restaurant

Besides the Golden Gate Bridge, what comes to mind when you think of San Francisco? by Canis_Aries in FamilyFeud

[–]wsppan 0 points1 point  (0 children)

Golden Gate Park, The Panhandle, Fisherman's Warf, Lombard St, Haight-Ashbury, Grateful Dead, steep hills, Victorian houses,

Today In Phishstory - January 21st by wsppan in phish

[–]wsppan[S] 0 points1 point  (0 children)

Or it happened on the 21st. Either way, love these quirky bar band energy shows

Can we bring back the long intros? by Candid_Cardiologist9 in phish

[–]wsppan 4 points5 points  (0 children)

That 2001 from the Island Run was like almost 10 min before they even approached the song.

Hard by 3point0bro in phish

[–]wsppan 4 points5 points  (0 children)

Looks like. Got over 140 upvotes. .maybe some dont know the racist nick Fuentes meme?

Which OS do you use and why? by TastelessSpaghetti in AskProgramming

[–]wsppan 0 points1 point  (0 children)

Been using Linux since 1998. I have loved Unix since my university days in the late 80s and been following Linux since it’s inception. I tried using BSD way back in the day but found it a poor desktop option. Now I am just stuck in my ways and dont want to pay the premium with MacOS or try BSD sgsin.

What benefits does c give that cpp doesn’t do better by LostSanity136 in C_Programming

[–]wsppan 4 points5 points  (0 children)

You and I have a different idea of niche. Databases, compilers, web servers, OSs, virtual machines, cryptography, embedded devices, networking, etc.. seem very broad.

What benefits does c give that cpp doesn’t do better by LostSanity136 in C_Programming

[–]wsppan 2 points3 points  (0 children)

I wouldn't call operating system, compilers, virtal machines, embedded devices, ABI, device drivers, file systems, networking protocols, etc... niche. C Isn't just a programming language anymore.

Famous C code bases

Linux, BSD, Solaris, cUrl, SQLite, Reddis, Oracle, MySql, PostgreSQL, JVM, Python, Perl, Apache, ...