1
34
submitted 2 days ago by [email protected] to c/[email protected]

hello,

I got into learning Perl because some people on IRC said so. at first I wasn't interested in Perl because I already know Python and Python can almost do anything Perl can. I still gave it a try to kinda have some experience learning new language. I am on chapter 3 right now and would make another post about my progress.

https://blob.perl.org/books/beginning-perl/3145_Chap03.pdf

2
57
submitted 3 days ago by [email protected] to c/[email protected]

Ladybird, the browser from SerentityOS, now has a non-profit behind it! The guy in the video is not Andreas, but Chris Wanstrath (former CEO from Github), and he's pumping some financial backing into this non-profit.

I for one am happy we're getting an alternative to the Chrome/Firefox duality we're stuck with.

https://ladybird.org/

3
5
submitted 2 days ago by [email protected] to c/[email protected]

cross-posted from: https://feddit.de/post/13720140

For example, there is Material Notes which has a editor toolbar with bold, ~~indented~~, ~~stroke~~, etc. But this is rendered, exported to json or syntax like Markdown. This app too, in which i write this on lemmy, does the same. We have ☐, ☒, •, ‣ in Unicode, 𝗕𝗼𝗹𝗱, 𝑖𝑛𝑑𝑒𝑛𝑡, s̵t̵r̵o̵k̵e̵, so why not use this?

Basically, what i'm looking for is a text editor with editor toolbar/keystrokes for Android or Linux, which adds unicode symbols for rich text. It would make reading plain text notes/todo lists cross-device simpler. Yes, there's UnicodePad and Charmap but that's not the same.

4
132
submitted 4 days ago by [email protected] to c/[email protected]
  • The developer of the 'node-ip' project made the GitHub repository read-only after disputing the severity of a reported vulnerability (CVE-2023-42282).
  • The vulnerability involved incorrect identification of private IP addresses in non-standard formats, but the developer argued it had a dubious security impact.
  • The situation highlights ongoing issues with unverified CVE reports causing unnecessary panic and frustration for open-source project maintainers.
5
14
submitted 3 days ago by [email protected] to c/[email protected]

Just learned that Wikimedia has a project called Wikifunctions. I'm a big fan of Wikipedia and associated projects, and on its face sounds like a cool site. I do wonder how this would work in practical terms though, like how could it actually be used?

6
15
submitted 3 days ago by [email protected] to c/[email protected]

I'm at work in a slow moment with only my phone and pydroid, I wanted to see if there was anything I could learn and mess around with while I'm here

7
112
submitted 4 days ago by [email protected] to c/[email protected]
8
88
submitted 5 days ago by [email protected] to c/[email protected]

Fullstack GUI library for web, desktop, mobile, and more. In Rust using a HTML + CSS renderer built on top of Servo.

9
12
submitted 3 days ago by [email protected] to c/[email protected]
10
192
submitted 5 days ago by Eezyville to c/[email protected]

The project home page.

The Github

Looks just like VS Code and I think it's still built on electron so take that as you will.

11
23
submitted 4 days ago by [email protected] to c/[email protected]

This specification defines the UUIDs (Universally Unique IDentifiers) and the UUID Uniform Resource Name (URN) namespace. UUIDs are also known as GUIDs (Globally Unique IDentifiers). A UUID is 128 bits long and is intended to guarantee uniqueness across space and time. UUIDs were originally used in the Apollo Network Computing System and later in the Open Software Foundation's (OSF) Distributed Computing Environment (DCE), and then in Microsoft Windows platforms.

12
13
submitted 4 days ago* (last edited 4 days ago) by [email protected] to c/[email protected]
13
40
submitted 5 days ago by [email protected] to c/[email protected]

I've seen these posts

But actually I haven't been able to figure out exactly how to get the posts a user has made in lemmy. I've seen this page but I think this is for a different lemmy instance, I'm not sure https://join-lemmy.org/api/interfaces/GetPosts.html

Can anyone point me to a documentation on how to make this?

14
11
submitted 5 days ago by [email protected] to c/[email protected]

tl;dr technical about about the upcoming sched_ext interface in Linux 6.11, used for running out-of-tree CPU schedulers on the fly

15
39
submitted 6 days ago by [email protected] to c/[email protected]
16
2
New UUID Formats (www.ietf.org)
submitted 4 days ago by [email protected] to c/[email protected]

This document presents new time-based UUID formats which are suited for use as a database key.

17
25
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]

I want to create an incremental search function for a language. It has to show the same result when I use either Devnagri or English ( how it sounds) For example : 'Kya' should show क्या , 'क्या' should show क्या

Please suggest some guide or tutorial, I am okayish in programming and open to learning

Cheers.

18
40
submitted 1 week ago by [email protected] to c/[email protected]

Looking for a change in work and would love suggestions on how to find jobs with understanding bosses and/or odd hours. I can always get my work done, but I tend to put in bizarre hours for my own projects due to the ebb/flow of chronic pain.

For me personally, I would prefer to work 16 hours on my good days and 0 hours on the days I can barely see straight because of migraine-level pain in my neck and back.

I'm currently working in San Francisco and have major issues getting to/from work without my entire day being focused on work-related travel (not to mention spending all of my time at home recuperating for the next work day)

I would take a massive pay cut to have a job from home with an understanding boss. Country is entirely irrelevant to me if they speak English and accept foreigners; otherwise, I know 2nd-grade-level Spanish, German, and French.

  • Is going through a recruiter a good idea?
  • Would there be any agencies that work specifically with disabled workers?
  • If not, what are good websites for actually getting call-backs on dev jobs?

I have all of the requirements for a home gig (desk, monitors, multiple computers, home server, webcam, etc), is there a way to subtly express that to a potential hiring manger?

19
9
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]

At WWDC 2024, Apple once again introduced a series of remarkable new APIs for SwiftUI’s ScrollView component. These new features not only enhanced developers’ ability to control scrolling behaviors but also reflected the ongoing evolution of the SwiftUI framework’s design philosophy. This article will explore these latest scroll control APIs and review the development of all significant APIs related to scroll control since the inception of SwiftUI. Through this micro view, we will reveal the changes in SwiftUI’s design style over the past few years and the underlying macro design trends.

20
72
submitted 1 week ago by [email protected] to c/[email protected]
21
59
submitted 1 week ago by [email protected] to c/[email protected]

I've encountered this many times where I simply don't understand the context and use of an API based of the API documentation unless I can find an example that already utilizes it in a working project. The first thing that comes to mind is Py Torch. I've tried to figure out how some API features work, or what they are doing in model loader code related to checkpoint caching but failed to contextualize. What harebrain details are obviously missing from someone who asks such a silly question?

22
26
submitted 1 week ago by [email protected] to c/[email protected]

A new ADP Research Institute report shows employment for software developers has declined from January 2018. Data elsewhere show fewer opportunities for people to fill software development and tech roles after the US labor market is no longer as hot as it was a few years ago.

"The tech job market has undeniably slowed since the end of 2022, cooling after a few years of rapid hiring during the pandemic recovery," Daniel Zhao, Glassdoor's lead economist, said in a written statement. "Rising interest rates, the end of pandemic-era trends and a slowing economy overall has crimped demand for tech workers."

23
-10
submitted 1 week ago by [email protected] to c/[email protected]
24
14
submitted 1 week ago by [email protected] to c/[email protected]

I’m starting as data analyst (roughly bachelor level). My responsibility will be to analyze time series data and classify agents and write reports. I won’t be responsible for the database management. It’s likely that I have to use R because my colleagues use R. I guess I may use python if it’s more appropriate.

Which books and other things can you guys recommend? What should I avoid?

25
63
submitted 1 week ago* (last edited 1 week ago) by alphacyberranger to c/[email protected]

How do people find out or know whether your repo which is having MIT or apache or AGPL license is being used by a corpo and profiting from it and not making the code open source or paying license fees?

view more: next ›

Programming

16210 readers
1 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS