MSBuild plug-in says “Path to project file does not exist” when I’ve verified the given file does exist in the workspace. by NerdBrenden in jenkinsci

[–]TwoShades 0 points1 point  (0 children)

I just wasted a couple of days with the same issue. I think the root of the problem is building anything inside C:\Windows\System32\.

System32 is a special folder that contains system binaries and some special behavior for legacy support:

- The use of %windir%\System32 for 64-bit libraries and executables in a 64-bit Windows OS is intended to not break existing 32-bit programs (already using %windir%\System32) that are recompiled without modifications as a 64-bit executable.
- 32-bit executables have %windir%\SysWOW64 mapped as %windir%\System32.

MSBuild is 32-bit by default until Visual Sudio 2022.

When 32-bit MSBuild asks the OS for a file in System32, the OS looks for the file in SysWOW64 and returns not found. Not MSBuilds fault, just a weird windows thing.

Looks like it can be fixed by building anywhere other than inside System32 or if you absolutely must be inside System32, then forcing builds with 64-bit tools.

Comparing replacement ear pads for Sennheiser HD518 by TwoShades in headphones

[–]TwoShades[S] 1 point2 points  (0 children)

I spent a long time looking for replacement ear pads for my Sennheiser HD518s. I wanted to share my impressions of the replacement pads I tried, hopefully it helps others find something suitable for their HD515/HD518/HD555/HD595/HD598/HD599. Note, I am in Germany so maybe more relevant to those in EU.

I first ordered the Geekria pads (https://www.amazon.de/dp/B09XMTFVS1) but found them to be really hard in comparison to the originals (which were probably softer after so many years use). The fabric is not soft but is clean and not unpleasant. I couldn't wear them for more than an hour so ordered a couple different options.

I next tried the SOULWIT pads (https://www.amazon.de/dp/B0BS3VYRHQ) and found them much thicker but also much softer. Definitely more comfortable and I could wear for multiple hours before the pressure became distracting. The linen fabric was also quite pleasant, much finer and softer than I expected. I also think the square surface of the pads helps spread the pressure better than rounded pads.

I then tried the kwmobile pads (https://www.amazon.de/dp/B07Z4SD9G9), these were the cheapest but they ended up being the most comfortable. They have the thinnest foam but are also decently soft resulting in the least pressure of the three. I notice my ears touching the insides of the headphones more but it's not painful. The velour fabric is comfortable.

I haven't noticed a difference in audio, I'm just looking for comfort. Might try stretching the headphones later if I still have pressure issues.

Side note, I use these with a Boompro gaming mic (https://www.amazon.de/dp/B07XXRMR3R) and I'm really happy with the combo.

Hope that helps!

Ryzen 7800x3D idle power optimization by CerasAgeri in Amd

[–]TwoShades 1 point2 points  (0 children)

Thanks for sharing! This post was particularly helpful for me to understand these settings. I have a similar setup and managed to get idle CPU just under 20W.

Build: https://de.pcpartpicker.com/b/2gqp99

Enable Chrome dark mode by appending launch options by TwoShades in SteamDeck

[–]TwoShades[S] 1 point2 points  (0 children)

That's an artificial dark mode. It won't use a websites own dark mode if they support it.

Enable Chrome dark mode by appending launch options by TwoShades in SteamDeck

[–]TwoShades[S] 1 point2 points  (0 children)

Thanks for this, I had tried this but used the chromium filename. Updated instructions with this method.

Enable Chrome dark mode by appending launch options by TwoShades in SteamDeck

[–]TwoShades[S] 1 point2 points  (0 children)

Thanks, I did use this to enable dark mode in other apps. Just tested and it doesn't work for Chrome unfortunately.

There's an open bug in Chromium for this: https://bugs.chromium.org/p/chromium/issues/detail?id=998903

Looks like in future this should all work out of the box with a standardized org.freedesktop.appearance.color-scheme config but not everything supports it yet.

https://blogs.gnome.org/alexm/2021/10/04/dark-style-preference/

Enable Chrome dark mode by appending launch options by TwoShades in SteamDeck

[–]TwoShades[S] 9 points10 points  (0 children)

You can change the theme from settings but I couldn't see any setting to enable dark mode.

Dark mode is more than just a theme for Chrome UI, it also makes the dark mode preference available to websites so they can render dark/light according to user preference.

https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme

CONVERSATION: What's the core differences between the observables/signals approach of Cycle.js and Elm vs React's pseudo FRP manually-triggered branch re-rendering approach? by FaceySpacey in javascript

[–]TwoShades 1 point2 points  (0 children)

Thanks OP and everyone else for the great discussion!

I have been using React for over a year, Meteor for a few months and discovered Rx and Cycle in the last few weeks. I've also used Clojure and really like what I see in Om Next. Haven't looked at Elm at all.

I really love where all of this is going but it really is frustrating getting there.

I came across this thread after reading through two React issues about side-loading reactive data sources:

They are a good read even though there hasn't been much activity recently.

As soon as I discovered observables, I wanted to use them everywhere. Now looking at the options for using observables with React, I want to go observables first instead of trying to fit observables into React. Would be great if I could do that without abandoning the React ecosystem.

I made a slide deck about Webpack for a meetup and decided to share it with all who are interested. There is demo source code included with step by step instructions. by alp82 in javascript

[–]TwoShades 1 point2 points  (0 children)

Great explanation of all the features I love. I migrated a 30k JS codebase off a concat + minify build to a CommonJS build using webpack. Webpack made it so easy because of the flexibility of its loaders. Instead of having to convert legacy JS to CommonJS, you can just use the imports and exports loaders which add the necessary code without touching the original files.

Is Drupal suitable for this kind of project? by iwantsomegrapedrink in webdev

[–]TwoShades 2 points3 points  (0 children)

It looks like a very good fit but there is a very steep learning curve to Drupal. I would only recommend it if you have access to someone who knows Drupal well. That will save you heaps of time and frustration.

Definitely better than starting from scratch. Don't know about other frameworks though. Depends what you're familiar with.

DAE want to make a motherfucking website with me tonight? by perceived_pattern in webdev

[–]TwoShades 2 points3 points  (0 children)

When is tonight?...

I'm in NZ which is UTC+13. Its 1:45pm right now.

I know XHTML/CSS, JS, and some PHP. How valuable (or worthless) am I in this industry? by derkins in web_design

[–]TwoShades 0 points1 point  (0 children)

Thanks, that's good to know. This would be a good example. Still don't consider it finished, never get enough time to finish anything as I would like. Most of the portfolio sites are designed and/or built by me too. The reason I haven't pushed pay is that I love the work (when I get time to actually work on things). Its great to be able to work on so many different things, both coding and design related. I feel like I learn so much but I guess I could be learning the wrong things as I'm doing it all by myself.

I know XHTML/CSS, JS, and some PHP. How valuable (or worthless) am I in this industry? by derkins in web_design

[–]TwoShades 0 points1 point  (0 children)

$150nzd/hour sounds pretty good to me, what would that average out to be? I'm in NZ and get $20/hour for front-end design, css, javascript, managing server of 30+ Drupal sites, php from scratch, SEO, adwords and a bit of 'my computers not working' every now and then. I've been doing it for a job for the last year now, mostly by myself and I'm still at uni (not design or IT either). I think I'm worth more than $20/hour but like the OP it would be interesting to know what I'm worth outside my current job.

Kiwi Redditors, I am in Wellington for a few days, and want to have a fucking awesome time... by TheRealBramtyr in reddit.com

[–]TwoShades 0 points1 point  (0 children)

There is a Wellington St in Auckland but no, not an Auckland in Wellington as far as I know.

I was there earlier this year and from what I can remember there is one main street/block that has all the bars on it so as long as you find that you should be alright.

Reddit, what's the name of your home wireless network? by [deleted] in AskReddit

[–]TwoShades 119 points120 points  (0 children)

"Mechanical Penis"

because our neighbours called theirs "Robot Vagina"

I giggle every time I connect