-  [WT]  [PS]  [Home] [Manage]

  1.   (new thread)
  2. [ No File]
  3. (for post and file deletion)
/pr/ - Programming
  • Supported file types are: GIF, JPG, PNG, WEBM
  • Maximum file size allowed is 10000 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
  • Currently 449 unique user posts. View catalog

  • Blotter updated: 2018-08-24 Show/Hide Show All

Movies & TV 24/7 via Channel7: Web Player, .m3u file. Music via Radio7: Web Player, .m3u file.


Newbie Thread patchouli!!SyAQpmZGyw 13/05/26(Sun)19:31 No. 3818 [Reply] Stickied
3818

File 136958949722.jpg - (25.15KB , 293x324 , bjarne2.jpg )

What's this? Just a compiled list of resources silly!
(Also, check out the book thread, lots of lovely stuff)
Ask newbie/where to begin questions in this thread!
~


Language Agnostic:
http://www.gskinner.com/RegExr/
http://www.autoshop101.com/forms/h14.pdf
https://www.khanacademy.org/cs

Editors:
http://www.codeblocks.org/ (great IDE for C/C++ and supports many libraries, cross platform)
http://notepad-plus-plus.org/ (good for scripting languages)
http://www.gnu.org/software/emacs/ (great editor with large learning curve)
Message too long. Click here to view the full text.


46 posts and 9 images omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 25/04/24(Thu)04:01 No. 5739

How to into SQL and R? Today I decided that these skills will assist me as an ES major.




Nattajerk 11/09/07(Wed)10:31 No. 6 [Reply] [First 100 posts] [Last 50 posts] Stickied

I heart /pr/

lets start with a book thread. I have some cached learning.

This content removed in accordance to a DMCA Takedown Notice filed by PEARSON EDUCATION.


128 posts and 79 images omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 22/07/17(Sun)17:58 No. 5569

>>4058

https://savannah.nongnu.org/projects/pgubook




"the user profile service service failed the sign-in" Basement Dwelling Neckbeard 25/06/04(Wed)08:11 No. 5757 [Reply]
5757

File 174901750228.png - (2.20KB , 483x293 , images (2).png )

Now I 'm having trouble with "the user profile service service failed the sign-in," Does anyone have solutions?


>>
Basement Dwelling Neckbeard 25/06/04(Wed)14:45 No. 5758

fuck it, just don't sign in


>>
Basement Dwelling Neckbeard 25/06/04(Wed)15:31 No. 5759
5759

File 174904386693.png - (271.56KB , 460x459 , 1718523921888859.png )

right-click, "inspect", and write the html for the page you want to see. you gave zero context, so this is the best answer you'll get.




Windows 11 and Powershell won't let me use Basement Dwelling Neckbeard 25/06/03(Tue)09:32 No. 5755 [Reply]
5755

File 174893592962.jpg - (3.07MB , 4607x1981 , IMG_20250602_124109_edit_824075353304545.jpg )

I'm trying to become a full-fledged programmer, but Windows and powershell won't let me do as I please. I've already tried everything to execute them, even changing Powershell's restrictions, but no sucess. So please give solutions.


>>
Basement Dwelling Neckbeard 25/06/03(Tue)09:37 No. 5756

Among them are scripts and.ps1 files




Distro choice Cutie~ 25/05/28(Wed)15:46 No. 5754 [Reply]

I am currently using Arch Linux Nya~. Should i switch to Gentoo?




Hhhhhhh Adolf 25/05/13(Tue)08:18 No. 5749 [Reply]
5749

File 174711712090.png - (66.03KB , 1200x1327 , 1200px-C_Programming_Language_svg.png )

I want to start learning programming from the language c


>>
Basement Dwelling Neckbeard 25/05/13(Tue)18:00 No. 5751

Do it!




Using text recognition software on website archives? Basement Dwelling Neckbeard 20/12/05(Sat)17:31 No. 5435 [Reply]
5435

File 160718589761.jpg - (41.84KB , 640x480 , 1607051047913.jpg )

Null of Kiwi Farms recently stated that he'll release archive of the site minus user data when section 230 is repealed, in torrent form. Does anyone have any advice on automating text recognition software on that archive so I can build a database of hashes for comparison to other sites?

I'd love nothing more than for every Kiwi Farms user to be doxed and sued into oblivion.


14 posts omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 24/12/29(Sun)00:06 No. 5718

>>5717
It's possible and that's, one of the ways, how feds deanonymize Tor and VPN users and cross-reference accounts.


>>
Basement Dwelling Neckbeard 24/12/29(Sun)00:07 No. 5719

>>5717
the FBI uses text patterns to identify individuals pretty often, especially if they have something unique about it, like an obscure word or misspelling they do more often than others, run-on sentences and so on.


>>
Basement Dwelling Neckbeard 25/05/11(Sun)06:02 No. 5748

>>5719
Sounds more like the FBI is making up shit in order to arrest politically unconvenient people.




Docker vs Podman Basement Dwelling Neckbeard 25/04/24(Thu)00:07 No. 5737 [Reply]
5737

File 174544604758.jpg - (97.11KB , 1400x788 , 1_ynHm4sXbGeLY9Hra0i1pJQ[1].jpg )

Which one does /g/ recommend?

Podman is touted as the newest hot open source technology, and I was about to install it until I took a look at the devs and it was developed by Red Hat aka IBM aka Israel.


>>
Basement Dwelling Neckbeard 25/04/24(Thu)01:26 No. 5738

The appeal of Podman is the default rootless containers in my opinion. You can get there in Docker as well, but it takes action on your part. I personally run rootless docker containers, orchestrated with k8s, but either choice is going to be fine.


>>
Basement Dwelling Neckbeard 25/04/24(Thu)19:00 No. 5740

>>5737
I would pretty much 100% recommend Podman or if you want to be experimental: bootc (which I believe Podman is moving towards?).

Only real usecase for docker these days is either legacy infrastructure (some old k8) or some stubborn old software that refuses to work with Podman but works in Docker.

I do know Docker Compose can fail when you use the Podman equivalent.

Mainly due to the fact that it's rootless, yes you CAN make Docker rootless but might as well spend the time learning Podman by then.


>>
Basement Dwelling Neckbeard 25/05/05(Mon)00:31 No. 5747

>newest hot open source technology
3years ago? Podman is just docker with security clearance and training wheels for k8s integrated.
Then again all of these things are low key "if you gotta ask, you don't need it" territory. For a single service "neither" is probably the actual answer you're looking for.




Code Thread butter 23/04/05(Wed)23:43 No. 5608 [Reply]
5608

File 168073103377.png - (70.13KB , 694x669 , hmm.png )

Post funny/weird/cool codes, any code u saw that pick your attention and made u want to share:

def my_map(fuck, asses): sex = [] for ass in asses: sex.append(fuck(ass)) return sex


10 posts and 7 images omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 25/04/25(Fri)13:21 No. 5744

>>5741

If you think that's for readability you're more retarded than them and should have your email blacklisted from all FOSS projects.

In fact take up a new profession, I heard the world is screaming after nurses.


>>
Basement Dwelling Neckbeard 25/04/26(Sat)00:30 No. 5745

>>5744
Sorry sweaty, the code I write is proprietary code for a fortune 5 company. No FOSS-slop for me. But go on, tell me how one way of incrementing is better than the other.

>b-b-but i++ is confusing!!!! you HAVE to do i += 1!!! because you just do, okay?!


>>
Basement Dwelling Neckbeard 25/04/29(Tue)23:06 No. 5746

>>5745
Very simple, optimization if using esoteric C/C++ compiler that doesn't have the modern pattern recognition modern compilers have.




Basement Dwelling Neckbeard 25/04/21(Mon)01:45 No. 5729 [Reply]
5729

File 174519274474.jpg - (621.18KB , 1408x1929 , IMG_6688.jpg )

Is C still the best language for building robust applications that will stand the test of time?


2 posts omitted. Click Reply to view.
>>
Basement Dwelling Neckbeard 25/04/21(Mon)09:41 No. 5733

Never was.


>>
Basement Dwelling Neckbeard 25/04/21(Mon)10:37 No. 5734

>>5733
Git is written in C


>>
Basement Dwelling Neckbeard 25/04/22(Tue)10:58 No. 5736

>>5734
Haven't it been rewritten in C++, afaik that was a project goal.

Either way C was never design with building robust application but portable applications.

If you want robustness you're asking for Ada.





Delete post []
Password  
Report post
Reason