Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

This board is a mess

Name: Anonymous 2020-02-25 20:11

Are there any actual programmers left here? Shall we have a small /proggles~/ challenge to incite discussion?

Name: Anonymous 2020-02-25 20:33

I program in C++ if that counts.

Name: Anonymous 2020-02-25 22:37

I stopped programming years ago.

Name: Anonymous 2020-02-25 22:40

Full stack developer here. Thanks to Javascript I do the backend and the frontend in one same language. Mostly node and react these days.

Name: Anonymous 2020-02-26 0:33

I program in CM Lisp and MindForth. And you're an anus.

Name: Anonymous 2020-02-26 0:56

>>5
Concatenative languages such as MindForth force you to anally deform your brain into the shape of a stack. Besides that, they don't offer any advantages. Having formal parameters in functions is a big win, and concatenative languages lose because of that.

Name: Anonymous 2020-02-26 7:03

>>4
Same, but I also spend around 2h per day on the shitter reading /prog/ on company time.

Name: Anonymous 2020-02-26 8:50

>>7
Double anus. First you shit on company time, something only a big anus would do. Then peak posting is like 2 posts per hour, so you spend around 2 hours reading the same 4 shitposts. That's totally anus.

Name: Anonymous 2020-02-26 10:02

I work in security and I mostly do reverse engineering, vulnerability research and exploit development. but I do occasionally write programs, it's just not my main job

Name: Anonymous 2020-02-26 10:23

>>9
Powershell is not programming.

Name: Anonymous 2020-02-26 10:32

check'em

Name: Anonymous 2020-02-26 10:37

>>10
I know, that's why I treat my purely exploitation-related activities (I don't use much PowersHell though, I mostly deal with Unix environments) as something different from ramming progs. but I do write offensive and defensive tooling at work, and outside of work I dabble in gamedev. that's all in mainstream languages like FIOC, Java or C# though, so I have no opportunity to be a smug weenie about it (I did read SICP though and occasionally start a Racket project that never gets finished).

Name: Anonymous 2020-02-26 10:58

putStrLn ‘hello world’

Name: Anonymous 2020-02-26 18:08

I'm a senior .net and c++ dev, working for a small dysfunctional poorly-managed software company. I'm also a massive autist, hence why I still post here.

Name: Steve 2020-02-27 0:43

I mostly code Excel macros in VBA and I can say in all modesty that I excel at it (lol it's an Office joke so you probably wouldn't get it)

In my spare time I'm working on a video game project. My colleague Bruce advised me to use Python, the standard language for coding video games. Unfortunately there's a nasty bug in the latest version of Python that has yet to be fixed. If you try to launch the code it says: "Python is not recognized as an internal or external command, operable program or batch file."

I have no idea how to fix that. So maybe I should make the game run in the browser with a Javascript applet instead?

Name: Anonymous 2020-02-27 2:03

Full stack dev here. Doing Typescript / Java along with other odds and ends

👉 Working for a large multinational (50,000 employees)

👉 Our project is slowly dying and has no business plan

👉 Spend my days dealing with crap code written by the Indian team. This part is honestly quite laughable, I've seen production code stolen directly from blogs, if/else/for/switch nested 12 levels deep, over half the code base copy-pasted from somewhere else, „databases“ where most of the columns are XML strings, an application that takes 45 seconds to lookup a single row and convert some columns to JSON.

👉 A good portion of our „security critical“ code is decades old C/C++ with no tests

👉 My interest in programming outside of work hours has been killed


But enough about me, now back to your regularly scheduled anus

Name: Anonymous 2020-02-27 5:31

Doing C# webdev, it’s actually pretty pleasant. It’s as close to functional as a nontoy lang wil be.

Name: Anonymous 2020-02-27 7:45

||
||
||
||
||
||

Name: Anonymous 2020-02-27 7:49

But where is the challenge?

Name: Anonymous 2020-02-27 10:12

>>19
Shop posting autistic shit for two hours, that’s the challenge.

Name: Anonymous 2020-02-27 15:18

>>20
Shop posting with a mobile phone, anus.

Cell phones are tracking and surveillance devices. They all enable the phone system to record where the user goes, and many (perhaps all) can be remotely converted into listening devices. In addition, most of them are computers with nonfree software installed. Even if they don't allow the user to replace the software, someone else can replace it remotely. Since the software can be changed, we cannot regard it as equivalent to a circuit. A machine that allows installation of software is a computer, and computers should run free software. Nearly every cell phone has a universal back door that allows remote conversion into a listening device. (See Murder in Samarkand, by Craig Murray, for an example.) This is as nasty as a device can get. Portable phones make many people's lives oppressive, because they feel compelled to spend all day receiving and responding to text messages which interrupt everything else.

If you need to call someone, ask someone nearby to let you make a call. If you use someone else's cell phone, that doesn't give Big Brother any information about you.

Name: Anonymous 2020-02-27 15:53

>>21
My phone is wifi only, because why should I pay to have to talk to other people? Also, I removed the cell radio kernel module.

Name: Anonymous 2020-02-27 21:56

C# fullstack. The language is ok but everyone is stupid. I want to get off this ride.

One plan is to move to tech city and go to ivy league college and participate in the rat race to hopefully find sentient life.

The other is to stay in pharma city and go to second rate college and try to become a highly payed consultant/code janitor.

I’ve also stopped programming in my free time. If meaning in life is programming what do you code for?

Name: Anonymous 2020-02-28 3:06

Nobody ever calls me, except for spam calls. Like a dozen spam calls a
day. It’s so annoying that I even have to own a cellphone for work
stuff, but people insist on it. It’s so excruciating. Yet, occasionally, I get a really
important call that makes me wonder if there’s some important calls I
missed in that sea of spoofed caller IDs. How would I even know?
Except to hope that some one left me a voicemail in between hours of
spam.

There’s something I read somewhere which said, "email
is the least effective and only viable form of alert for when you have
a server". Cell phones are like emails for norms.

Name: Anonymous 2020-02-28 7:00

C# is the most autistic of Pajeet langs.

Name: Anonymous 2020-02-28 8:18

>>25
it's a mixed bag. it used to be a much better alternative to Java, but Java improved so much with 8 and beyond that I think it's no longer the case. I mean, LINQ is nice and all, but the exception handling always feels like it's ready to blow up at runtime and I really don't like properties (or, as I like to call them, functions pretending to be variables). also, going beyond pajeetlalngs into pajeet-compatibles, F# is pretty good

Name: Anonymous 2020-02-28 10:21

If you think about exceptions, you need to reconsider your carrier as a programmer.

Name: Anonymous 2020-02-28 10:26

>>27
error handling is important, and if the language uses exceptions for that then yes, you need to think about exceptions. Java is ok about exceptions because you are forced to handle most of them at compile time. in C#, compiler doesn't give a shit and then your're are runtime blows up, which sucks.

Name: Anonymous 2020-02-28 16:00

>>27
I work with programmers who seem to unironically believe this

Name: Anonymous 2020-02-28 16:05

>>28
I am on a shitter after 8 units of alcool, stop responding to my poastings honestly.

Name: Anonymous 2020-02-28 19:45

Anus a shitter

Name: Anonymous 2020-02-29 1:22

predubs

Name: Anonymous 2020-02-29 18:24

Post dub

Name: Anonymous 2020-02-29 18:52

Post Poast Dub

Name: Old Dater Dude 2020-02-29 20:42

>>5
I program in CM Lisp and MindForth.

The author of
https://en.wikipedia.org/wiki/MindForth -- needs an AI expert to write something about it --
went before the Board of Regents of his Alma Mater on 12 December 2019

https://www.washington.edu/regents/minutes/meeting-minutes-for-2019

and told them that he was loading his AI software onto Guest Workstations downstairs in the main campus library, and they had no objections, but the library itself made him stop.

>> 6
Concatenative languages such as MindForth force you to....

http://ai.neocities.org/ODD.html -- teaches you how to score.

Name: Anonymous 2020-02-29 22:00

>>35
Mentifex! Did they release you from the asylum?

Name: Old Dater Dude 2020-03-01 16:42

>>36
I was only pretending to go out! My old friend was a very sick man......and a very good lawyer. He was convinced he was in jail because the state tried to take his business away, but he was also convinced that my business would get me off if I came to court.

https://ai.neocities.org/AiSteps.html -- Perl AI code

Name: Anonymous 2020-03-01 22:54

@mentishit
You need to go back.

Name: Anonymous 2020-03-02 0:05

I am a 900 year old interdimensional space being. I have no corporeal form. I conjure the posts with my spells. You can't hax my anus.

Name: Anonymous 2020-03-02 1:17

>>39
Do you want to talk about programming with me?

Name: Невозвращенец 2020-03-02 5:32

>>38
You need to go back.

There is no going back, not when you live all the moments in your life simultaneously. It would be nice to leave 2020 and go back in time to a more decent era, but no can do when never left la belle epoch. 2020 is now contaminating all the previous years.

What do true Proggers do in such a situation? Shane (Alan Ladd) told Brandon de Wilde, "There is no going back." Anyway, is this websight a refuge for raving maniacs and impersonators of Le Bourgeois Gentilhomme sur la Terre? Inspector Clouceau! I wish to make a full confession of all my misdeeds. Please stand by, and do not spin the globe.

Name: Anonymous 2020-03-02 5:44

>>41
finish your're are AI bot

Name: Intruder in the Dust 2020-03-02 13:10

>>42
finish your're are AI bot

http://gotai.net/forum/default.aspx?postid=294088 -- Москва запустит пятилетний эксперимент с искусственным интеллектом

https://old.reddit.com/r/artificial/comments/fcbk4k/where_do_you_start_if_you_want_to_learn

Name: Anonymous 2020-03-02 14:33

check my'am dubs

Name: Patchouli Knowledge 2020-03-03 12:13

>>42
Gensokyo [GS] is a global information network for serving, managing, and gathering of pictures of nature and its inhabitants, based on an IP code that allows users to download a monthly photo collection. We are a free and open source project, run by volunteers, with a goal of providing the best images & footage collection as possible. It uses the high speed of the internet to serve its users and its works in cooperation with many peers: a toolbox of providing super high quality content.

The project is governed by a Board of Directors composed of volunteers, who manage our infrastructure with the sole responsibility of keeping our website up and running.

https://ai.neocities.org/AiSteps.html -- Perl AI code

Name: Anonymous 2020-03-03 13:59

Name: Nikita Meme 2020-03-04 2:52

Name: Anonymous 2020-09-26 13:14

>>1

10 Places All Men Must Visit While They’re Single : http://www.nueey.com/10-places-all-men-must-visit-while-theyre-single

Name: Anonymous 2020-09-26 16:10

Nobody has poasted a challenge, so here is one: write a ring buffer in a language of your choice.

Don't change these.
Name: Email:
Entire Thread Thread List