NeussWave, to webdev German

Ich mag eine machen, möglichst reines 4, möglichst ohne . CSS 3 wenns sein muss, sonst eher 2.

Die Website soll möglichst auf Chrome genauso laufen wie auf Netscape (die Älteren werden sich erinnern...) und auch in Text-Browsern wie Lynx oder w3m.

tl;dr: Die Seite soll auch noch funktionieren, wenn javascript und css ausfallen.

Wie würde ich da denn "Tabs" machen? Oder was wären Alternativen zu tabs?

sos, to cpp
@sos@mastodon.gamedev.place avatar

Just looked up how to do callbacks in C++ and YOU CAN'T (unless you write a bunch of templates and wrappers yourself).

When you pass a pointer to non-static member function, yopu need to handle the class pointer yourself. This is like the simplest thing, why can't C++ have that?

Love how the ISO standard website just tells you "Don't". What a joke.

#cpp #programming

Natanox, to webdev
@Natanox@chaos.social avatar

I probably get flooded by asking this but welp, here I go:

I'm looking for a good, visual (!) for that focuses on Codium, Firefox and other Open-Source tools. My specific interests are to learn , , and . Perhaps some minor , however I'd like to primarily work without it.

I'm a visual learner, extended theory in text won't help me at all. As language is visual to me, so is .

Anyone knows something that checks these boxes?

jbzfn, to programming
@jbzfn@mastodon.social avatar

⏳ Am I too old to create a popular programming language?

"Is it too late to create a popular programming language after age 40? Let's find out!"

https://pldb.io/posts/age.html

gregorni, to programming
@gregorni@fosstodon.org avatar

Somehow the following pseudocode:

if not condition:  
 return;  
do_stuff  

feels much more intuitive to me than

if condition:  
 do_stuff;  

Anyone else feel that way?

matdevdug, to random
@matdevdug@c.im avatar

10 years ago: Our monorepo is a pain to deal with. Changing one tiny thing here breaks something there!

5 years ago: We’re migrating to microservices. That way everything is decoupled and you can do what you need to.

3 years ago: Microservice maintenance keeps falling behind. We need some way to enforce service contracts between services but now our stack is too complicated to do full integration testing.

1 year ago: We’re proud to announce we’re migrating to a new concept: a monorepo!

Everything old is new again.

gerowen, to python
@gerowen@mastodon.social avatar

Just posted an update for my little project that downloads videos from sites like YouTube. You can check it out here:

https://sourceforge.net/projects/youtube-dl-gtk/

maegul, (edited ) to tech
@maegul@hachyderm.io avatar

Is there an established term/neologism for the whole tech-bro attitude/belief/common-response of

"there is no UI issue, this is a good tool, anyone who's bothered to learn it understands this ... you just have a skill issue"

vimism? (genuine suggestion for a genuine question ... it's the term my brain uses)

ponda, to rust
@ponda@mastodon.online avatar

#C compiler on error: Line 45: segfault 0x00000634634
compiler on error: There is an issue with your code in the line 45, see here: [you code]. To fix it you simply have to do this and this, like that [fixed code]. Please have a nice day!

jimfl, to programming
@jimfl@hachyderm.io avatar

Hurl is a language based on exception handling. It’s a real shame that it isn’t tail recursive though.

https://hurl.wtf/

stevensanderson, to Finance
@stevensanderson@mstdn.social avatar
dentangle, to programming
@dentangle@chaos.social avatar

ThreadSanitizer seems to have improved a lot since I last used it seriously. Incredibly useful tool for working with memory barriers / atomics.

I think I'll integrate it it into our test suite for #librecast

#C #programming #ThreadSanitizer

pixel, to swift
@pixel@social.pixels.pizza avatar
FATHI, to programming Persian
@FATHI@mstdn.social avatar
treyhunner, to python
@treyhunner@mastodon.social avatar

Note that this function uses an "if" statement that returns, and an "else" that also returns.

Read more 👉 https://trey.io/FlSco3

dentangle, to programming
@dentangle@chaos.social avatar

After protracted negotiations, ThreadSanitizer has blessed my threadly abuses.

#C

Moosader, to ComputerScience
@Moosader@mastodon.gamedev.place avatar

Since I'm working on my summer course notes/"book": what is something you wish programmers knew/did?

#ComputerScience #Education #Programming

andybrunner, (edited ) to Java
@andybrunner@swiss.social avatar

Freeware: Java Utility Package (Version 2024.05.24) released

  • KHTTPClient: Support for PUT, PATCH, OPTIONS and DELETE methods
  • KSMTPMailer: New mail header X-TLS-Connnection, added TLS host name check
  • K: Many new utility methods
  • Added sample code
  • Some minor code/cleanup and document changes

https://java-util.k43.ch

box464, to python
@box464@mastodon.social avatar

A free intro to python webinar for kids this weekend!

https://guruface.com/webinar/python-coding-classes-for-kids/416

stevensanderson, to programming
@stevensanderson@mstdn.social avatar
daviwil, to scheme
@daviwil@fosstodon.org avatar

I just opened registration for the June iteration of the "Hands-On Guile Scheme for Beginners" course!

This is an 8-week course that is a mixture of on-demand learning content, live Q&A sessions, practical exercises, and a private forum where I answer all your questions.

This iteration officially begins on June 8th, full details and schedule can be found here:

https://systemcrafters.net/courses/hands-on-guile-scheme-beginners/

Come learn Scheme and functional programming with us!

#gnu #guile #scheme #programming

EeroMutka, to gamedev Finnish
@EeroMutka@mastodon.gamedev.place avatar

Some more chill progress for my UI library with a color picker!

link to the library: https://github.com/EeroMutka/Fire

#gamedev #programming

video/mp4

Meghal, to linux

📢 Calling all tech enthusiasts and Linux aficionados! 📚

Excited to introduce our latest release, "Linux Kernel Programming." We're seeking passionate readers to review the book and share their insights on Amazon.

If interested in diving deep into Linux Kernel development and providing valuable feedback, please DM me on LinkedIn: https://www.linkedin.com/in/meghal-patel-320a8015/.

Here- https://packt.link/4SGql

Thank you for your support!

#linux #LinuxKernelProgramming #Programming #BookReview #TechCommunity

ALTAnlp, to programming
@ALTAnlp@sigmoid.social avatar

ICYMI: CALL FOR PROBLEMS FOR SHARED TASK FOR #ALTA2024 WORKSHOP

The ALTA shared tasks are targeted at #university students with #programming experience.

They should be related to a #language #technology task, able to be automatically evaluated, with training and test #data able to be distributed to participants at low- or no-cost, and should be fun!

📆 Submissions by Friday 7 June 2024.

✉️ shared-task@alta.asn.au

https://alta2024.alta.asn.au/calls

JenMsft, to programming
@JenMsft@mastodon.social avatar

When you approve your own pull request

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • DreamBathrooms
  • cubers
  • mdbf
  • everett
  • magazineikmin
  • Durango
  • Youngstown
  • rosin
  • slotface
  • modclub
  • kavyap
  • ethstaker
  • provamag3
  • ngwrru68w68
  • thenastyranch
  • cisconetworking
  • khanakhh
  • osvaldo12
  • InstantRegret
  • normalnudes
  • Leos
  • tacticalgear
  • tester
  • megavids
  • anitta
  • lostlight
  • All magazines