450 Blocked by Windows Parental Controls - 🐱

26
12
State of HTML 2023 (2023.stateofhtml.com)
submitted 12 hours ago by [email protected] to c/programming

cross-posted from: https://lemmy.world/post/15433712

State of HTML 2023

Results of the State of HTML 2023 Survey are out.

27
12
submitted 13 hours ago by [email protected] to c/terraform
28
3
submitted 10 hours ago* (last edited 10 hours ago) by Hammerheart to c/linux4noobs

I have been using sway (basically i3 for Wayland) instead of a traditional desktop environment because it really makes a difference in my laptops performance.

But apparently sway ignores .desktop files which was how i was autostarting things on KDE.

Is the best way to handle this by going through the sway config? If not, how would you do it.

Bonus points if you can tell me how to get the autostart programs to also open in specific workspaces.

29
13
My LaTeX book (lemmy.world)
submitted 13 hours ago by [email protected] to c/cool_github_projects

Better design, new features and readme.

... and this is the most popular open source LaTeX book on github ❤️

https://github.com/AnMnv/eBook

30
7
LaTeX book in 2024? (lemmy.world)
submitted 13 hours ago by [email protected] to c/opensource

Better design, new features and readme.

... and this is the most popular open source LaTeX book on github ❤️

https://github.com/AnMnv/eBook

31
12
submitted 15 hours ago by canpolat to c/git
32
5
submitted 13 hours ago by notnotmike to c/rider

Around two years ago I was on a really small team, just two or three developers, and the other developer decided they wanted us to use Rider. Because I didn't have a preference, I used Rider and rather enjoyed it. However, that developer has since moved teams and now it is just me (for the time being).

So I was considering moving back to Visual Studio or even switching to Visual Studio Code, but I wanted to see some arguments against this.

Here is my list so far, but it's probably out of date since I haven't used Visual Studio in a long time.

Pros of Rider:

  • Much faster than using ReSharper
  • Less sharp interface with a better font
  • I'm used to it at this point
  • I have a Nyan cat loading bar which is kind of fun

Cons of Rider:

  • Enterprise license is expensive (probably)
  • New versions of C# aren't immediately supported
  • Refactorings are becoming less necessary with the rise of AI assistants
  • Don't really like their source control manager

Wanted to hear what other users think. What keeps you using Rider?

33
1
submitted 9 hours ago by canpolat to c/dotnet
34
3
submitted 13 hours ago by [email protected] to c/latex

Better design, new features and readme.

... and this is the most popular open source LaTeX book on github ❤️

https://github.com/AnMnv/eBook

35
5
submitted 15 hours ago by fatbobman to c/ios_dev

In SwiftUI, many layout container constructors include a spacing parameter with a default value of nil, which controls the spacing between adjacent views. This article will start with this default parameter to explore the concept of Spacing in SwiftUI in-depth, and share some related tips and considerations.

36
5
submitted 16 hours ago by LadyLeeLoosh to c/programming

What is Test Coverage? Test Coverage vs Code Coverage What is the gap to have a true test coverage? How can tracing data improve test coverage? Relation between end-to-end tests and Tracing data Let's get our hands dirty with real code Write integration test using MockWebServer Write end-to-end tests without mocking interactions

37
31
submitted 1 day ago by [email protected] to c/linux
38
3
submitted 15 hours ago by armchair_progamer to c/formal_methods

From README:

At the heart of coq-of-rust is the translation of Rust programs to the proof system Coq 🐓. Once some Rust code is translated to Coq, it can then be verified using standard proof techniques.

Here is an example of a Rust function:

fn add_one(x: u32) -> u32 {
    x + 1
}

Running coq-of-rust, it translates in Coq to:

Definition add_one (τ : list Ty.t) (α : list Value.t) : M :=
  match τ, α with
  | [], [ x ] =>
    ltac:(M.monadic
      (let x := M.alloc (| x |) in
      BinOp.Panic.add (| M.read (| x |), Value.Integer Integer.U32 1 |)))
  | _, _ => M.impossible
  end.

Functions such as BinOp.Panic.add are part of the standard library for Rust in Coq that we provide. We can then express and verify specifications on the code in Coq.

Blog:

The same group also recently started coq-of-python, which is the same thing but for Python:

Alternate Rust-to-_ translators:

Other Rust formal verification projects:

  • Creusot: Formally verifies Rust code with annotations representing preconditions/postconditions/assertions, by translating the MIR to Why3 then solving.
  • Kani: Formally verifies Rust code with annotations, by using model checking powered by CBMC.
  • Verus: Formally verifies a Rust DSL with syntax extensions to represent preconditions/postconditions/assertions, by using the Z3 SMT solver.
39
108
submitted 2 days ago by pro_grammer to c/programming
40
56
submitted 1 day ago by fzz to c/rust

#rust #rustlang

41
12
submitted 1 day ago by lysdexic to c/programming
42
93
submitted 2 days ago by [email protected] to c/programmer_humor

When I read the sentence, I was like "Wh... w... how? WHY? ...and OF COURSE it was distributed via FTP, I mean, what else do you use for entertainment in AIX. Or business, for that matter."

(Abuse)

43
14
I made a thing (codepen.io)
submitted 2 days ago* (last edited 2 days ago) by spartanatreyu to c/webdev

Single HTML element + CSS only

  1. Inhale for 4 seconds
  2. Hold for 4 seconds
  3. Exhale for 4 seconds
  4. Hold for 4 seconds

And repeat

Inspired by: https://quietkit.com/box-breathing/

Note: The current Safari version has a bugged linear() implementation that has been fixed in the upcoming version.

44
16
submitted 1 day ago by livialima to c/linuxupskillchallenge
45
21
submitted 2 days ago by [email protected] to c/tech
46
17
submitted 1 day ago by [email protected] to c/linux4noobs

I got most of my games run pretty good now with the help of Steam compatibility and Wine now what should I do moving forward, win11 is a strong no go because I heard rumors about Microsoft locking bootloader with software update and I can't stand fucking copilot/edge, should I wait until EOL or do it now? I'm pretty noob when it comes to Linux but I know what distro I'll use (Fedora+KDE). Sorry for bad grammar English is not my first language

47
603
Let's do micro service (sh.itjust.works)
submitted 3 days ago by [email protected] to c/programmer_humor
48
283
submitted 3 days ago by [email protected] to c/programmer_humor
49
287
submitted 3 days ago by [email protected] to c/programmer_humor
50
8
submitted 2 days ago by [email protected] to c/gamedev

This is my entry to The Dusty Old Game Jam. It's the first real boss fight I've ever made, and I think it's coming along nicely.

This is just the first encounter with the boss. Subsequent encounters start the fight immediately. Also got a cool jump attack, and several variety of regular attacks working since I recorded this the other day.

P.s. sorry if the quality is bad. I used OBS to record this, welcome to any suggestions of something else that will get me higher quality video.

view more: ‹ prev next ›

programming.dev

8,236 readers
426 users here now

Welcome Programmers!

programming.dev is a collection of programming communities and other topics relevant to software engineers, hackers, roboticists, hardware and software enthusiasts, and more.

The site is primarily english with some communities in other languages. We are connected to many other sites using the activitypub protocol that you can view posts from in the "all" tab while the "local" tab shows posts on our site.


🔗 Site with links to all relevant programming.dev sites

🟩 Not a fan of the default UI? We have alternate frontends we host that you can view the same content from

ℹ️ We have a wiki site that communities can host documents on


⚖️ All users are expected to follow our Code of Conduct and the other various documents on our legal site

❤️ The site is run by a team of volunteers. If youre interested in donating to help fund things such as server costs you can do so here

💬 We have a microblog site aimed towards programmers available at https://bytes.programming.dev

🛠️ We have a forgejo instance for hosting git repositories relating to our site and the fediverse. If you have a project that relates and follows our Code of Conduct feel free to host it there and if you have ideas for things to improve our sites feel free to create issues in the relevant repositories. To go along with the instance we also have a site for sharing small code snippets that might be too small for their own repository.

🌲 We have a discord server and a matrix space for chatting with other members of the community. These are bridged to each other (so you can interact with people using matrix from discord and vice versa.

founded 11 months ago
ADMINS