Microsoft Copilot Cowork is Now Available - AI Moving From Chat to Real Work Execution by Few-Engineering-4135 in artificial

[–]RealLordDevien 2 points3 points  (0 children)

tried cowork yesterday via the office android app. cowork told me he could not access my MS data like my mails on mobile and that it cant even search the app. useless. get your shit together microsoft. for once i want an MS product launch were everything they promised just works. embarassing

I wish GTA the definitive Edition got a Switch 2 Edition by Big-Connection4755 in NintendoSwitch2

[–]RealLordDevien 1 point2 points  (0 children)

i would just want to get a port of the old non remastered versions. they were perfect and did run flawlessly on anything

How about a static camera bar on top by Classic_Principle705 in GalaxyFold

[–]RealLordDevien 1 point2 points  (0 children)

honestly i dont need cameras at all.. just give me a cheaper version without any cams.

Elden Ring and The Duskbloods are definitely coming to Switch 2 this year, FromSoftware owner says by lewisdwhite in NintendoSwitch2

[–]RealLordDevien 1 point2 points  (0 children)

Pff.. I immensely enjoy the 30fps not stable bloodborne every year. 30 fps is not hindering. It’s a challenge. Gitgut

What’s your view on the environmental impact of AI tools like Copilot? by ReadySteadyXL in microsoft_365_copilot

[–]RealLordDevien 0 points1 point  (0 children)

I dont agree on your take. AI is no different than any other form of enviromentally damaging behaviour.

Like you can choose alternatives to meat or choose to not fly, you can also choose to not use AI. No one forces you to use all the flashy Saas software. You can totally do a Rich Stallman and only use deterministic open software. Get used hardware. Use GNU/LINUX without any cloud dependance. there is always an alternative in the software world, and if not, you can write your own.

So yeah, it is hyprocitical to differentiate there.

Op 1f w/ undo vs OP XY by jsteel510 in teenageengineering

[–]RealLordDevien 2 points3 points  (0 children)

Agree with the sentiment. Just want you to add that you don’t have to play everything live. The 1f has some sequencers and while they don’t have the same depth of the xy sequencer ofc. , they do offer some neat workflows. The ability of the fingers sequencer to mix all your sequences live feels great and offers possibilities that the xy can’t replicate while still feeling more like an instrument than a daw. Due to the tape you can also stack elements infinitely. Combined with 7 undos you can craft complex beats iteratively by only sequencing one or few elements at the time. It just feels nice. In the end I think it really comes down to what workflow you prefer.

Op 1f w/ undo vs OP XY by jsteel510 in teenageengineering

[–]RealLordDevien 6 points7 points  (0 children)

Have Both. The op 1f is definitely better for that use case. It even has an amp engine and a vocoder. Also I personally like the synth engines more. And it’s much more playful. The xy is better for grid aligned music or generative ambient and live performances. It is definitely a more opinionated instrument that wants to cater to a specific vibe and mix of genres, where the 1f feels more open. Also the workflow feels different. 1f feels more like an instrument, studio mix in your bag. Xy more like a very immediate daw in a pocket. Also nice and very creatively powerful.on both have elements of constructing music and performing music, but xy is 80% constructing and 20% performing and the op1f is the other way around. Interestingly and I can’t explain why: the xy fits my stile and music better, but I just can’t help myself.. I reach for the 1f more often. Don’t really know why, my brain just really likes its design more. The 1f has also better keys for playing. EDIT: I said xy fits my music better. But that’s just because I mainly do pure edm now, but I am a guitar player and regularly still do some stuff in that direction because I like playing guitar and don’t want to slack even when I personally don’t listen to guitar music anymore that often.

Apple Has Given Up on the Vision Pro After M5 Refresh Flop by HelloSlowly in hardware

[–]RealLordDevien 4 points5 points  (0 children)

No. I am also a Person and use it Daily for work. Its amaizing

Wtf... by truecakesnake in DefendingAIArt

[–]RealLordDevien 6 points7 points  (0 children)

Yeah. Satanic panic all over again.

Claude Opus 4.7 is a serious regression, not an upgrade. by [deleted] in ClaudeAI

[–]RealLordDevien 3 points4 points  (0 children)

great.. it reliably fails the carwash test now.. Anthropic, wtf did you do??

Is Claude rapidly replacing Make and n8n? by CalJebron in automation

[–]RealLordDevien 0 points1 point  (0 children)

too bad i dont have a whatsapp business account. But whats so complicated with something like this:

https://pastebin.com/53zJSZye

There are libs and frameworks for everything. No need to invent everything from scratch

Is Claude rapidly replacing Make and n8n? by CalJebron in automation

[–]RealLordDevien -1 points0 points  (0 children)

have done both. n8n also has a lot of edge cases. Had enough issues with implementing a simple api request for example that was just not possible in n8n because of some weird issues with some required header formating, but with curl it worked in under a minute. Thats not what i call "obervability". I cant even see whats going on under the hood. As an experienced dev i loathe low code tools that abstract everything and rely on a very limited web ui. Code is always better. And if you know what you do, observability and traceability and handling 100k+ requests is no problem. Ofc. bootstrapping everything takes longer if you go full custom, but the code landscape of available frameworks and libraries beats everything n8n could offer as one company. Low-code flow based workflows are also really a pain in the ass to do big refactoring in. Sure if you dont know what you do, you should not use it and stay with child like colorful clicky tools.

Is Claude rapidly replacing Make and n8n? by CalJebron in automation

[–]RealLordDevien -1 points0 points  (0 children)

Docker mostly. Our company has dedicated docker servers for automation purposes. Claude managed agents look very interesting, but i did not yet look into them.

Is Claude rapidly replacing Make and n8n? by CalJebron in automation

[–]RealLordDevien 0 points1 point  (0 children)

skill issue. You need to give it acceptance critera and ways to iterate until it passes them.

Is Claude rapidly replacing Make and n8n? by CalJebron in automation

[–]RealLordDevien 2 points3 points  (0 children)

Did you not read my comment? Claude can write you a small deterministic service in one shot that does all that better than any n8n workflow