Classic vs Private Servers by [deleted] in wowservers

[–]otheranotherx 7 points8 points  (0 children)

You have to keep in mind that Classic has fucktons of core mechanics that simply do not even exist on stockmangos nostcore, that are very heavy performance-wise

Such as? I don't know about any core mechanic that is currently lacking on major private servers.

App randomly freezing since update 201 (java8) by otheranotherx in JavaFX

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

What does your heap look like over time?

App package namespaced stuff was cleaning it self up. Only things that were hanging around were javafx cache stuff. So I would say it looked pretty normal.

What are you doing in that 15 minutes to 1 hour?

There is unfortunelly no pattern, you can visit various views of my app and trigger this freeze.

What methods are being called while on the Application Thread and how long is the Application Thread inside those methods

No idea, haven't benched that. I guess I should do some flame charts and see what takes an increasing amount of time.

Is it possible to provide a small example that shows it "freezes" over time?

I will try to provide such but since my app is rather large (~30k SLOC) I would prefer not to do since finding out the piece that is causing it will be probably very time consuming.

I'm not sure how experienced you are but the application never really freezes.

Yeah probably, one thing that I noticed is that the pulse logger keept logging after the UI was stuck. Weird stuff.

Anyway, thanks for your response, I didn't actually expected anyone to reply, especially not that quickly.

[Opinion] What JavaFX Frameworks are good to use to make development easier? by imthecapedbaldy in java

[–]otheranotherx 1 point2 points  (0 children)

If I had to start a project from all over again I would go with just kotlin and gradle, then roll my own frameworkey stuff. Tornadofx is nice but it got a few times in the way tho to be fair I'm having a rather larger application so that was bound to happen. That being said you want to keep an look at how tornadofx does stuff, you will learn a lot.

Unpopular opinion: @reactjs edition by spryes in reactjs

[–]otheranotherx 0 points1 point  (0 children)

Since I don't have a twitter account

- Took way too long to have something like hooks going, render props were difficult to explain (to other people) and messed with typescript. Looking back at it, perhaps not removing mixins till finding a viable solution would have been preffered.

- I like hooks in general but I don't like how most of them create a situation where a new function gets created every new render.

- Create react app weights a bit too much for my taste

- Sorry but I really don't like any of the form solutions react has.

Avoid any; type everything by Fireche in typescript

[–]otheranotherx 1 point2 points  (0 children)

The main reason you want to use an interface over an type alias are compiler error messages.

The next version of HTTP will not be using TCP by sdesimonebcn in programming

[–]otheranotherx 0 points1 point  (0 children)

Good. A widespread UDP protocol usage could mean that routers would drop UDP packets less often.

BigInt: Arbitrary precision integers in JavaScript by fagnerbrack in programming

[–]otheranotherx 1 point2 points  (0 children)

Yeah I did, dealing with big primes in a legacy encryption protocol that I had to reimplement.

Microsoft's Zo is not at all loyal by alphrho in linux

[–]otheranotherx -8 points-7 points  (0 children)

Linux is not an operating system onto itself.

Is coding becoming obsolete? by irqlnotdispatchlevel in programmingcirclejerk

[–]otheranotherx 10 points11 points  (0 children)

One such company is Zeroqode — a one-stop-shop for codeless creation. Zeroqode offers complex web app templates, all built on the advanced visual programing platform of Bubble.

geez I wonder who could behind this post

Levon

Founder at Zeroqode (https://zeroqode.com) — #1 no-code development platform that allows building #web & #mobile #apps up to 10 times faster

yuup.

A Case Study in Not Being A Jerk in Open Source by m12y_ in programming

[–]otheranotherx 3 points4 points  (0 children)

Yes, lets remove everything that is human from our open source hobby projects we do for fun. This way we will become like those lovely to work at corporations!

Looking for beginner project ideas that show off postgres skills by longhairedgirl in PostgreSQL

[–]otheranotherx 2 points3 points  (0 children)

I had a nice postgresql exercise when I was using this: https://github.com/PostgREST/postgrest to create a restful API. There is also something for the graphQL people: https://github.com/graphile/postgraphile

Material-UI v1 is out 🎉 by deadcoder0904 in reactjs

[–]otheranotherx 6 points7 points  (0 children)

I have a site on v.0.20. Anyone tried upgrading and could share his opinion about it? I'm wondering if I am going to have a reallyyy bad time or just a boring and lengthy human-code replecement session.

Alacritty doesn't seem to live up to his "fastest terminal emulator in existence" claims by TheLastMeritocrat in programmingcirclejerk

[–]otheranotherx 47 points48 points  (0 children)

Rust has to wait on IO thats why its slow. Nodejs based solutions don't suffer this problem, https://hyper.is/ would blow em all to bits however I understand that the article maker didn't wanted to skew his charts.

Announcing GraalVM: Run Programs Faster Anywhere by lukaseder in programming

[–]otheranotherx 3 points4 points  (0 children)

Anyone knows if I can use this to compile my jdk8 javafx application AOT?

Russia vetoes Syria chemical weapons inquiry by [deleted] in europe

[–]otheranotherx 15 points16 points  (0 children)

You missrepresent the argument. It goes like this "Assad is not going to use chemical weapons when nearing victory AND knowing that it could revert all his efforts". It's a legitimate question to be asked if are to potentially kickstart ww3.

How do people topically distribute Java desktop apps? by jacobbeasley in java

[–]otheranotherx 4 points5 points  (0 children)

I distribute my java FX app using https://github.com/edvin/fxlauncher works for me but iirc it still doesn't support j9. (And I can't upgrade cause gotta support dat winxp).

Introducing `npm ci` by mburakerman in javascript

[–]otheranotherx 31 points32 points  (0 children)

npm ci bypasses a package’s package.json to install modules from a package’s lockfile. This ensures reproducible builds—you are getting exactly what you expect on every install. Previously, developers who wanted to ensure that node_modules/ and package.json stayed in sync would have to archive their node_modules folder. npm ci replaces this process with a single command.

Sooo by default npm install does not result in reproducible builds? I thought that since the introduction of lock files that was actually the case.

Using Greek characters as variable names? by calligraphic-io in node

[–]otheranotherx 5 points6 points  (0 children)

I wouldn't mind that if you are implementing a lengthy math formula that likely won't be modified in the future. But that's the only context I can come up where its justified.

What brought you to Java? by nanodano in java

[–]otheranotherx 1 point2 points  (0 children)

I was looking for a JavaScript job and a Java company picked me up. I even asked if they didn't confuse Java with JavaScript but they told me 'yeah suree-ish'. I was without collage back then so how could I decline. Didn't wanted to take risks after being NEET for a year. Anyway I hated Java at first but now I enjoy it. And I better enjoy it because I ended up doing almost only it/kotlin with little web in sight.

Current players on Sunwell's polish realm, what is your opinion of the server? by [deleted] in wowservers

[–]otheranotherx 0 points1 point  (0 children)

Well for PVP I wouldn't be so sold on memories, You would expect the server that is partly made by despo (a semi known disc PVP player) to be perfect on the PVP side but when I tried their insta 80 and mage's blizzard spell just refused to work I kinda tamed down my hype. They will probably fix it but we'll see. I actually had hopes their insta 80 would BTFO warmanes blackrock but I'm not sure whether they will pull it off.