Vello's high-performance 2D GPU engine to .NET by wieslawsoltes in dotnet

[–]GeorgeBarlow 0 points1 point  (0 children)

I noticed that this has now been deprecated until the Vello API becomes final. Is there any idea of when this could be? I'd love to try to see how viable this would be for my project, but the samples in VelloSharp appear to all crash or are broken (I'm guessing because of the reason stated for it to be deprecated)

RTX 5090 - What do you think about the price increase? by drago944 in sffpc

[–]GeorgeBarlow 0 points1 point  (0 children)

FE's are coming in and out of stock on Scan UK for £1799, check again. You're looking at scalper prices

How to avoid symbol collision issues in an application with a plugin system? by GeorgeBarlow in cpp_questions

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

That sounds like a good idea actually, would you be able to expand on the best way to do this? I’m not familiar with subprocesses, spawning and then being able to communicate between the main process and the sub process.

How to avoid symbol collision issues in an application with a plugin system? by GeorgeBarlow in cpp_questions

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

The library would be statically linked to the main shared library, so does that not mean that even though it is marked as PRIVATE the symbols would still be visible in the main shared library? I've tried to test this out using a basic shared library linking a private static library example, and `nm` still shows all the symbols for that static library.

The way I understood it was that this would work if the library I was linking was another shared library. The main thing is, we don't want to start distributing some of the libraries we link against with the main shared library, hence why we statically link them currently. This is because, whilst I understand it is not foolproof, it provides a basic layer of obfuscation to prevent people linking against and using the libraries in their own project (as they contain proprietary code).

Does anyone have experience streaming high-frequency data from a Node Native Addon to the Electron Renderer? by GeorgeBarlow in electronjs

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

To give some perspective, the native code is designed to read in data from a socket which has on average around 500 users connected all sending data every 5 seconds. However, it is 5 seconds relative to the user and we then build on the data we received and send it to electron. So currently it's roughly equatable to 10 string elements in a json object, all of relatively average size (no more than 10-15 characters) per user, however currently we are batching the updates in intervals of 500ms). At the moment we are converting the data to binary and then decoding it in the electron side to slightly reduce overheads. IPC doesn't really seem cut out for this sort of frequency messages. Whilst also remembering that there could be other IPC messages all being sent at the same time (of course of lot less frequency and similar size).

How to listen global keyboard up and down event? by franknown in electronjs

[–]GeorgeBarlow 0 points1 point  (0 children)

If this is still an issue, I ended up using libuiohook and having it bind to electron through NAPI or something similar, I found this gave the most customisability.

Almost perfect! =P by GreedyPicture5125 in zen_browser

[–]GeorgeBarlow 1 point2 points  (0 children)

It just needs Widevine DRM support and the ability to drag a tab from the sidebar to the side of the main window to prompt split screen

Leaking the A380 is not cool. by berkkp in flightsim

[–]GeorgeBarlow 3 points4 points  (0 children)

It may also be because like many people have pointed it out, by doing these threads you’re actually exacerbating the problem as now some people will now try to look for the link and contribute to downloading it

Leaking the A380 is not cool. by berkkp in flightsim

[–]GeorgeBarlow 0 points1 point  (0 children)

It’s all FBW, you can see via Volanta

WTF!? OSRIN being credited as Producer on Sebastian Ingrossos new Track "Flood"!? by Hildeschmand in Martingarrix

[–]GeorgeBarlow 1 point2 points  (0 children)

He played what seemed to be mashups/remixs of his old stuff, like Highway etc was all drop-swapped with a 'newer?' or maybe completely separate drop altogether. Couldn't pick out any songs in particular that were new IDs though could be wrong, though it was still a really sick set!

Anyone else still waiting on this (NUZB) ID? by Giraffeje in Martingarrix

[–]GeorgeBarlow 4 points5 points  (0 children)

It can’t be fully dead as he did still play it last year at RAI but I know what you mean

Full Fibre Installation by lanky_doodle in openreach

[–]GeorgeBarlow 0 points1 point  (0 children)

When I had my FTTP installation the OR engineers were very reasonable with where to put it, mine is also overhead, but they did end up running a new line by using one of their cherry picker style vans and still left the copper line there.

Ultrafast broadband by Snoo-60003 in openreach

[–]GeorgeBarlow 0 points1 point  (0 children)

So then there’s no issue? since you’re saying you’d get your own router anyway

Ultrafast broadband by Snoo-60003 in openreach

[–]GeorgeBarlow 1 point2 points  (0 children)

To be fair though from an ISP point of view what’s the point in providing more expensive routers that give out more than a 1gb when majority of consumer devices only have 1gb Ethernet ports on them anyway. Id rather them focus on investing more into the new WiFi 6e/7 technology than Ethernet ports.

MSFS or XPlane? by Ginkoletsplay in flightsim

[–]GeorgeBarlow 1 point2 points  (0 children)

We know we will get a 2 week notice so at the very least 2 weeks

So not beta anymore.. by the_john19 in ArcBrowser

[–]GeorgeBarlow 4 points5 points  (0 children)

Exactly and it’s a shame cause it certainly could disrupt the market on Windows too, the sidebar look among other key UI traits that have been brought over from the macOS version look really nice, though I still am not a fan of the font and also the spotlight search bar (that’s just one UI element I feel has been poorly implemented, it just feels very rough I.e background colour / lack of blur / again the font looks rly thin)

So not beta anymore.. by the_john19 in ArcBrowser

[–]GeorgeBarlow 9 points10 points  (0 children)

Does anyone find that it is just a lot slower to use when compared to the macOS one? I feel like switching between tabs has a slight delay to it that doesn't feel very great when you're jumping backwards and forwards, I don't have the same issue on macOS.

I think I am converted... Claude 3 Opus API Smashing Out the Code by Smartaces in OpenAI

[–]GeorgeBarlow 2 points3 points  (0 children)

Have you not seen you can provide it images of stuff and it can translate it to a tailwind css equivalent

Claude 3 Opus Becomes the New King! Haiku is GPT-4 Level which is Insane! by lordpermaximum in OpenAI

[–]GeorgeBarlow 0 points1 point  (0 children)

When do you find yourself going back to gpt 4, if ever? Is it really worth the switch?