Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
syjer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
syjer
4y ago
I think it's this one: https://news.ycombinator.com/item?id=35114009
2.
▲
by
syjer
6y ago
From my experience, enterprise apps are generally complex because they are a combination of: - environment: integration of a large amount of services - and a good amount of them are legacy and idiosyncratic - use case: enterprise app are at
3.
▲
by
syjer
6y ago
You may notice that in the linked article, only the artifact id has been spoofed. In maven you need to declare both groupId and artifactId for your dependency (and a fixed version, a range is generally considered a bad practice). To be note
4.
▲
by
syjer
6y ago
The trick is setting the right redirect_uri [0]. Generally it's implemented with a custom URI scheme (that the target application is registered for) or a loopback ip address. [0] https://developers.google.com/identity&#
5.
▲
by
syjer
6y ago
Yes you can upload: https://support.google.com/youtubemusic/answer/9716522?hl=en . The UI/UX of youtube music is lacking compared to GPM, but at least the file locker functionality that I use is still here.
6.
▲
by
syjer
7y ago
And create an accessibility nightmare.
7.
▲
by
syjer
7y ago
Hi, one of the devs here. I would like to clarify that this project has been developed as a side-project, it's not (at least, during that timeframe) our main work. So don't take the time to develop a feature as a 100% full time wo
8.
▲
by
syjer
7y ago
Hi, You are right about angular. We already have done 50% of the work, as we have the "customer" facing part done in angular 8 ( https://github.com/alfio-event/alf.io-public-frontend ). In the next release (M3)
9.
▲
by
syjer
7y ago
If you consider that window, normally use third party drivers (by amd, intel, nvidia) which bundle by default vulkan. Linux distributions and the more recent android versions?
10.
▲
by
syjer
7y ago
>The absence of a package manager like Bundler or Cargo was frustrating why you did not use maven or gradle?
11.
▲
by
syjer
7y ago
I think that the approach done in https://wiki.openjdk.java.net/display/loom/Main is better than the async/await infrastructure.
12.
▲
by
syjer
8y ago
There is a subset with spring-fu ( https://github.com/spring-projects/spring-fu ). They are working to support the native-image feature of graalvm ( https://github.com/spring-projects/spring-fu/i
13.
▲
Reshaping web defenses with strict Content Security Policy
(security.googleblog.com)
98 points
by
syjer
10y ago
|
24 comments
14.
▲
by
syjer
11y ago
our little project support ldap for the login part: http://lavagna.io/ .
15.
▲
by
syjer
11y ago
Oracle Java is based on OpenJDK and certified by Oracle. So I don't see how pouring vast resources into OpenJDK would make "Oracle Java" obsolete.
16.
▲
by
syjer
11y ago
1.7: as java.util.Objects is present ( https://android.googlesource.com/platform/libcore.git/+/mast... )
17.
▲
by
syjer
11y ago
This style is quite prone to escaping/sanitization issues. I would have at least used a template engine instead of concatenating strings.
18.
▲
by
syjer
11y ago
They sold a lot of shares during the alibaba IPO in 2014 : https://investor.yahoo.net/secfiling.cfm?filingid=1193125-14... .
19.
▲
by
syjer
11y ago
Clear, but the single rt.jar will be replaced with a more convenient representation, so, as you said, the seek time will be reduced.
20.
▲
by
syjer
11y ago
That's why it's called a modular jar. There is also this "jmod" file described as: "For the purpose of modularizing the Java SE Platform’s reference implementation, the JDK, we will introduce a new artifact format t
21.
▲
by
syjer
11y ago
>Except they don't mention at all how a module system should lead to faster boot times. They will switch from the basic jar (zip) format to a more optimized one. Additionally, with a modularized jre, it will load less modules (who u
22.
▲
by
syjer
11y ago
For the i18n, the basic pieces are already there. I'll provide a guide on how/what is needed to translate the application. (Probably there are some issues in the gui for RTL languages and for CJK in the full text search support)
23.
▲
by
syjer
11y ago
I've answered in the github issue https://github.com/digitalfondue/lavagna/issues/10 :)
24.
▲
by
syjer
11y ago
Thank you, kinda sad that Persona didn't get traction :(
25.
▲
by
syjer
11y ago
Thank you for understanding the choice of the language :). In fact we (3 of us) are all working in a "big" enterprise settings so we kinda know (and suffer sometimes) about the general constraints of deploying external software (i
26.
▲
by
syjer
11y ago
I've considered Go, but it does not really fit my criteria: - lack of generics (sorry, but even though I kinda like go as a language there are features that I consider mandatory) - lack of decent dependency handling (I don't consi
27.
▲
by
syjer
11y ago
Thanks for the feedback. I admit that I still don't understand why java receive so much hate. What kind of language would you prefer for a server side application and why? For this project I've chosen java _because_ it's a bo
28.
▲
by
syjer
11y ago
That's why I packaged the application in two way: - a .war for deploying in a standard 3.0 servlet container - a self contained executable war that has a embedded jetty http server For the self contained option, you only need a working
29.
▲
by
syjer
11y ago
We are dogfooding the program on a small (free) openshift gear which provide only 512 mb of ram (and we have in the same "gear" a mysql instance). It does not use _that_ much of ram. (And yes, it has a basic trello import function
30.
▲
by
syjer
11y ago
It use a little bit more of memory than a php application for sure, but it work on a small openshift free "gear" as we are dogfooding there (which is 512mb of ram: https://www.openshift.com/products/pricing )
More ›