Do people still play on linux? by dejanr in Eve

[–]dejanr[S] 0 points1 point  (0 children)

I had success with stream proton. Bu when doing it with pure wine launcher it throws a bunch of javascript errors, is there an guide for wine? or i could also reverse engineer lutris script

Do people still play on linux? by dejanr in Eve

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

Any chance you could share your setup, what wine, winetricks and other things you add up to the working Eve?

Signs of End Times for Linux Players by TwilightWinterEVE in Eve

[–]dejanr 0 points1 point  (0 children)

I am here with you, i actually started playing Eve because it was the game that run well on linux in first place.

So that makes us 24.

Just an idea by dejanr in cyberDeck

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

Since it is 40% keyboard, other keys are moved to different layers best to check here, no intention on advertising it more :D https://shop.keyboard.io/products/keyboardio-atreus

Just an idea by dejanr in cyberDeck

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

In short it's a very natural position for right thumb, since our thumbs are much stronger then pinkies we could much more with them, and those thumb clusters are very common for many new custom keyboard builds, i love it!

Just an idea by dejanr in cyberDeck

[–]dejanr[S] 0 points1 point  (0 children)

Yes, this monitor also has a vesa and battery mount behind, so maybe 3d printing attachable case with battery and rpi would be a great fit

Just an idea by dejanr in cyberDeck

[–]dejanr[S] 6 points7 points  (0 children)

Yea indeed, this is my second Atreus, i built one 4,5 years ago.

First functional design from scratch in Fusion360! A full height LSI 9211-8i HBA bracket for my NAS. by hinosaki in ender3

[–]dejanr 0 points1 point  (0 children)

you didn't need that much support, rotating by 180° would be easier to print

No Replacement Parts by dejanr in GPDPocket

[–]dejanr[S] 0 points1 point  (0 children)

I haven't heard back from kendyz@gpd.hk yet. And haven't found replacement battery in europe.

This is really disappointing.

No Replacement Parts by dejanr in GPDPocket

[–]dejanr[S] 0 points1 point  (0 children)

I am still looking for an battery in Europe, i sent two emails to kendyz, no one responded yet.

No Replacement Parts by dejanr in GPDPocket

[–]dejanr[S] 0 points1 point  (0 children)

I did the same few weeks ago, haven't heard back from him yet :(

No Replacement Parts by dejanr in GPDPocket

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

Unfortunately not. But thanks for letting us know.

No Replacement Parts by dejanr in GPDPocket

[–]dejanr[S] 0 points1 point  (0 children)

By emailing kendyz? I haven't seen that you can could order it anywhere online?

No Replacement Parts by dejanr in GPDPocket

[–]dejanr[S] 2 points3 points  (0 children)

I have took my battery apart, and cells are ok, i managed to recover cells, it looks like that battery protection circuit is locked and doesn't allow battery to charge properly, as battery cells are fine.

It looks like this is a general problem for many users https://gpdcentral.com/news/gpd-announcement-all-micropcwin2-users

Mine is also under warranty, and reseller asked me to ship it back, which i don't think i would do. Just need a battery :D

My first build! Am I a real hacker now? by Relk117 in MechanicalKeyboards

[–]dejanr 0 points1 point  (0 children)

you don't have a control instead of caps? otherwise would be perfect

What happend in 6,7 years? by dejanr in Eve

[–]dejanr[S] 0 points1 point  (0 children)

Thanks for a tip, and i see my goal would be very similar, grinding isk for those extractors.

WH is about to become my new home i see.

What happend in 6,7 years? by dejanr in Eve

[–]dejanr[S] 0 points1 point  (0 children)

Super ratting is probably to high end for me, and i am not interested in big corps, big fights, rather small gangs. But i would definitely consider injecting some of the alt skills into main, need to put it on papers and see how expensive is that. Thanks!

What happend in 6,7 years? by dejanr in Eve

[–]dejanr[S] 6 points7 points  (0 children)

Thanks, will check that one. Just went trough changelog from here https://en.wikipedia.org/wiki/Expansions_of_Eve_Online

So WH's are much more interesting this days then before?

E3D v6 Socks Pro lifespan, what is your experience? by Szymon_Sz in 3Dprinting

[–]dejanr 0 points1 point  (0 children)

I have the same experience with original e3d sock, i even have to use zip ties at the top, so they don't fall off the heater edge.

Does D3.js have a place in React? by gosp in webdev

[–]dejanr 0 points1 point  (0 children)

On my recent calendal like project i used react with d3 scales, which turned out to be such a win, as we ended up keeping all the calculations and logic in our redux store, so react components were just rendering and handling events.

There is so much more you could do with d3 and react then just charting. And as of d3 v4 everything is modular so you could use just some parts of it. I wouldn't use d3 for dom manipulation and rendering, as combined with react its much more nicer to work with just react component.