c/dotnet SmartmanApps today

Take Pictures in Your App with CameraView for .NET MAUI - Gerald

https://www.youtube.com/watch?v=XFVrIyAzsk4
1
0
c/dotnetmaui SmartmanApps today

Take Pictures in Your App with CameraView for .NET MAUI - Gerald

https://www.youtube.com/watch?v=XFVrIyAzsk4
1
0
c/dotnet SmartmanApps today

On .NET Live - Working with custom controls in .NET MAUI

https://www.youtube.com/watch?v=tOCh0d4PpOw
1
0
c/dotnetmaui SmartmanApps today

On .NET Live - Working with custom controls in .NET MAUI

https://www.youtube.com/watch?v=tOCh0d4PpOw
1
0
c/programmer_humor ZeroCool today

Looks good to me πŸ‘

https://i.ibb.co/7by7bWY/IMG-2437.jpg
571
19
c/c_lang t0mri today

fatal error: dbus/dbus-arch-deps.h: No such file or directory

cross-posted from: https://lemmy.ml/post/17545833 > im new to system programming, idk if thats the issuse. but according gcc, it can not find `dbus/dbus-arch-deps.h` and thats all i know. any idea about this issue? > > ``` > program > [I] tomri@artix ~ [1]> cat main.c > #include <dbus-1.0/dbus/dbus.h> > > int main(void) { return 0; } > ``` > ``` > # error > [I] tomri@artix ~> gcc main.c > In file included from main.c:1: > /usr/include/dbus-1.0/dbus/dbus.h:29:10: fatal error: dbus/dbus-arch-deps.h: No such file or directory > 29 | #include <dbus/dbus-arch-deps.h> > | ^~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > ``` > ``` > [I] tomri@artix ~> ls -la /usr/include/dbus-1.0/dbus/ > total 216 > drwxr-xr-x 2 root root 4096 Jul 2 20:26 ./ > drwxr-xr-x 3 root root 4096 Jun 15 21:36 ../ > -rw-r--r-- 1 root root 2809 Jan 14 06:17 dbus-address.h > -rw-r--r-- 1 root root 3470 Jan 14 06:17 dbus-bus.h > -rw-r--r-- 1 root root 27018 Jan 14 06:17 dbus-connection.h > -rw-r--r-- 1 root root 2909 Jan 14 06:17 dbus-errors.h > -rw-r--r-- 1 root root 22076 Jun 8 2023 dbus-glib-bindings.h > -rw-r--r-- 1 root root 2575 Jun 8 2023 dbus-glib-lowlevel.h > -rw-r--r-- 1 root root 14766 Jun 8 2023 dbus-glib.h > -rw-r--r-- 1 root root 8969 Jun 8 2023 dbus-gtype-specialized.h > -rw-r--r-- 1 root root 1464 Jun 8 2023 dbus-gvalue-parse-variant.h > -rw-r--r-- 1 root root 7246 Jan 14 06:17 dbus-macros.h > -rw-r--r-- 1 root root 1961 Jan 14 06:17 dbus-memory.h > -rw-r--r-- 1 root root 15259 Jan 14 06:17 dbus-message.h > -rw-r--r-- 1 root root 1810 Jan 14 06:17 dbus-misc.h > -rw-r--r-- 1 root root 3809 Jan 14 06:17 dbus-pending-call.h > -rw-r--r-- 1 root root 23956 Jan 14 06:17 dbus-protocol.h > -rw-r--r-- 1 root root 5412 Jan 14 06:17 dbus-server.h > -rw-r--r-- 1 root root 5392 Jan 14 06:17 dbus-shared.h > -rw-r--r-- 1 root root 3047 Jan 14 06:17 dbus-signature.h > -rw-r--r-- 1 root root 2359 Jan 14 06:17 dbus-syntax.h > -rw-r--r-- 1 root root 8505 Jan 14 06:17 dbus-threads.h > -rw-r--r-- 1 root root 4143 Jan 14 06:17 dbus-types.h > -rw-r--r-- 1 root root 3961 Jan 14 06:17 dbus.h > [I] tomri@artix ~> > ``` > ``` > # my system > [I] tomri@artix ~> uname --all > Linux artix 6.9.7-artix1-1 #1 SMP PREEMPT_DYNAMIC Fri, 28 Jun 2024 18:11:28 +0000 x86_64 GNU/Linux > ```

2
3
c/gamedev GammaGames today

Kenney has their The Sims-style cozy game copied by another developer: "Please don't just copy my game"

https://www.gamesradar.com/games/simulation/indie-game-dev-known-as-asset-jesus-has-their-the-sims-style-cozy-game-copied-by-another-developer-please-dont-just-copy-my-game/

Update from the dev on [reddit](https://www.reddit.com/r/gamedev/comments/1dtmwkq/comment/lbayqur/) (you can skip the OP, it’s full of false and inflammatory claims just to get upvotes): > Wow, I never expected to become the centre of one of these game dev controversies - I want to set the record straight about some of the misconceptions I'm seeing in this thread. > > Firstly, no it isn't coincidential that there's a visual similarity between my game and his. Yes, I was inspired by certain aspects of Kenney's game in designing the visual identity for mine. At the time I didn't believe this stepped over the line of becoming plagarism - after all this is an industry where games are always iterating on previous ideas and that's by and large seen as being a good thing. Especially in this particular genre - where there's only so much you can do visually in the first place - at the time I didn't see it as problematic whatsoever that the games look visually similar. However I've spoken with Kenney directly and come to an agreement with him. It's also not good for the long term success of my game to be seen as plagarising and I would like it to stand on its own merit rather than under his shadow. That's why I've decided to make some changes to create some distance between the two games. > > I don't hold any ill will towards Kenney and as far as I'm concerned we're on good terms - yes I do wish we could have resolved the matter privately instead of using the force of 100k Twitter followers against me - which he presumably know would result in the inevitible twitter shitstorm - but I also understand that emotions were running high and I can understand the perspective that he assumed I was acting in bad faith. It's not an ideal situation but it is what it is and as far as I'm concerned this is the best outcome for everyone.

19
3
c/programming MonkderDritte today

Is there a text editor/notes app that adds Unicode symbols?

cross-posted from: https://feddit.de/post/13720140 > For example, there is [Material Notes](https://apt.izzysoft.de/fdroid/index/apk/com.maelchiotti.localmaterialnotes) 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.

7
0
c/golang evilmartians today

From @palkan: Learn how to temporarily stream verbose logs from your applications without restarts and even without changing the application-level logging settings.

From [@palkan](https://ruby.social/@palkan): Learn how to temporarily stream verbose logs from your [@golang](https://programming.dev/c/golang) applications without restarts and even without changing the application-level logging settings. [https://evilmartians.com/chronicles/realtime-diagnostic-logging-or-how-to-really-spy-on-your-go-web-apps](https://evilmartians.com/chronicles/realtime-diagnostic-logging-or-how-to-really-spy-on-your-go-web-apps)

2
0
c/tech sabreW4K3 today

How random are TOTP codes? – Terence Eden’s Blog

https://shkspr.mobi/blog/2024/07/how-random-are-totp-codes/
13
2
c/git canpolat today

A Git story: Not so fun this time

https://blog.brachiosoft.com/en/posts/git/
41
4
c/screeps wtfrank today

Currently 50% off on Steam

https://store.steampowered.com/app/464350/Screeps_World/

It appears that there is a 50% discount on Screeps World during the summer sale

5
1
c/linux4noobs gpstarman today

Official Unixporn Community ?

So which one is actually official one? I can't describe what "official" mean here, maybe the one that actually came from reddit or the one with more subsscribers or one with more activity ? ![](https://lemmy.today/pictrs/image/b9477130-57ce-49a1-9f00-cb5567978b6d.png) Also Why there are multiple copies of same community in different instances? **Isn't the whole point of lemmy is that it is federated?** There is also three linux4noob communities πŸ₯²

6
4
c/programming kionite231 today

Started learning Perl

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

35
13
c/java agilob today

Continuations: The magic behind virtual threads in Java by Balkrishna Rawool @ Spring I/O 2024

https://www.youtube.com/watch?v=pwLtYvRK334
5
0
c/java agilob today

Creating Asynchronous Applications with Virtual Threads Venkat Subramaniam BackEnd

https://www.youtube.com/watch?v=_7ny0gtIRtA
4
0
c/webdev CodeBlooded today

Google Chrome will soon block Entrust certs

https://www.digicert.com/campaigns/entrust-certificate-distrust
10
3
c/linux Blaze tomorrow

Ladybird, a truly independent web browser.

https://ladybird.org/

Video announcement by Chris Wanstrath (GitHub co-founder) of the 501(c) non-profit and $1,000,000 donation: https://www.youtube.com/watch?v=k9edTqPMX_k

174
36
c/linux Blaze tomorrow

'Critical' vulnerability in OpenSSH uncovered, affects almost all Linux systems

https://www.computing.co.uk/news/4329906/critical-vulnerability-openssh-uncovered-affects-linux-systems
238
38
c/cs_career_questions Blaze today

Have you ever come back to a company after leaving (e.g. a few years later)? How did it go?

18
15

Lemmy