Any alternative to Claude Design ? Tried Figma with Opus 4.6 but it doesn't come close in my experience. Codex is abysmal for UI design imo.
What you just described is, put simply, to follow engineering principles. Some people would argue that Software Development is not an engineering discipline but a craftsmanship. And anyways, it would still be a huge…
Altough I agree with you, I still definitely think we are heading towards a future where in order for your code to ship, you will need to be a certified programmer, or have it validated by a certified programmer, at…
you mean warm up, not stretch, right ? Stretching happens after if ever, not before :)
There is someone who already ported V8 as an implementation of JSR223: http://code.google.com/p/jav8/ Had a try and it seems promising. The only drawback I see is that there are still bugs, and the owner is the sole…
Took me about 10 seconds to locate & fix, and I am not the author :P http://jsbin.com/ewufof/6/edit
Yes that is right, altough if you really need 16 instances then I would assume you would hit the 50GB quite easily.
So basically, it is a triple-store with keeps track of time and no mutation of past. They have their own query language but it looks to me that they did a great job at making it as close to SPARQL as possible, which…
Very nice read, thanks for sharing
There's LeWeb in december: http://www.leweb.co/
I often find myself using 1 << Y when I mean 2^Y, but just because it is faster to write and generally accepted in all languages than to find pow in the current language I am writing in... Edit: fixed
I discovered this when I was debugging a Netbeans generated REST Webservices. The web UI makes clever use of OPTIONS in order to list the available services and their parameters automatically :).
I very often hear this comment from my fellow developper colleagues. In our startup, I am responsible for the frontend coding. Very frequently, I get requests from other developpers to implement this or this, and very…
Well you can still track how many people scan it, right ? e.g. by providing a proxy link ?
True that, sorry for being blind. Nonetheless, people upvoting my comment probably shows that many people missed that.
Everytime I open a report, it hits http://app.plumbr.eu/decrypt_report with an encrypted version of the report. Even if you don't store that information, and even if it is not really useful, you should maybe note…
Any alternative to Claude Design ? Tried Figma with Opus 4.6 but it doesn't come close in my experience. Codex is abysmal for UI design imo.
What you just described is, put simply, to follow engineering principles. Some people would argue that Software Development is not an engineering discipline but a craftsmanship. And anyways, it would still be a huge…
Altough I agree with you, I still definitely think we are heading towards a future where in order for your code to ship, you will need to be a certified programmer, or have it validated by a certified programmer, at…
you mean warm up, not stretch, right ? Stretching happens after if ever, not before :)
There is someone who already ported V8 as an implementation of JSR223: http://code.google.com/p/jav8/ Had a try and it seems promising. The only drawback I see is that there are still bugs, and the owner is the sole…
Took me about 10 seconds to locate & fix, and I am not the author :P http://jsbin.com/ewufof/6/edit
Yes that is right, altough if you really need 16 instances then I would assume you would hit the 50GB quite easily.
So basically, it is a triple-store with keeps track of time and no mutation of past. They have their own query language but it looks to me that they did a great job at making it as close to SPARQL as possible, which…
Very nice read, thanks for sharing
There's LeWeb in december: http://www.leweb.co/
I often find myself using 1 << Y when I mean 2^Y, but just because it is faster to write and generally accepted in all languages than to find pow in the current language I am writing in... Edit: fixed
I discovered this when I was debugging a Netbeans generated REST Webservices. The web UI makes clever use of OPTIONS in order to list the available services and their parameters automatically :).
I very often hear this comment from my fellow developper colleagues. In our startup, I am responsible for the frontend coding. Very frequently, I get requests from other developpers to implement this or this, and very…
Well you can still track how many people scan it, right ? e.g. by providing a proxy link ?
True that, sorry for being blind. Nonetheless, people upvoting my comment probably shows that many people missed that.
Everytime I open a report, it hits http://app.plumbr.eu/decrypt_report with an encrypted version of the report. Even if you don't store that information, and even if it is not really useful, you should maybe note…