Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
perttir
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
perttir
4y ago
> This study does not contemplate shallow cloning or performance. Hmm? > cloneJSON is very slow and can’t do much. Please avoid it. I always thought that javascript is fast at JSON parsing. Atleast the benchmark shows nice results
2.
▲
by
perttir
4y ago
Laravel! https://laravel.com/docs/9.x#laravel-the-fullstack-framework
3.
▲
by
perttir
4y ago
I used to develop Apache Cordova application that had strong obfuscation using javascript-obfuscator. Apple didn't care.
4.
▲
by
perttir
5y ago
The code looks bad. I guess it has been refactored later. The repo says this code is only for educational purposes. This spaghetti can be still a good example for the reasons you mentioned. Or maybe it is a good example for an ugly prototyp
5.
▲
by
perttir
5y ago
I like Laravel, but i don't like Livewire that much. Livewire is really neat when building simple interactive stuff, but when building larger more dynamic parts it gets pretty sluggish and the livewire component codebase starts to feel
6.
▲
by
perttir
5y ago
I fixed some of the slowness issues in my application by writing a nice little cache adapter between my application and Dexiejs.
7.
▲
by
perttir
5y ago
Php has developed a lot in a decade. Lots of new good things in php7/php8. The typecasting is way better than before, but it still allows you to be more "dynamic" if you want to.
8.
▲
by
perttir
5y ago
How fast is the Pouchdb with sqlite on android? I dont really need any replication in my application, should i just use the normal cordova sqlite instead and switch to dexie.js when using in web browser?
9.
▲
by
perttir
5y ago
D
10.
▲
by
perttir
5y ago
Most internet providers here in Finland provides you fiber connections from 100-1000mbs pretty cheap. And 4g/5g connections from 100-300mbs for cheap prices too. Most of them does not have any data caps. I have 300/100mbs connecti
11.
▲
by
perttir
5y ago
If the attacker can replace the code inside your web application, then you have security issues somewhere else than in your application.
12.
▲
by
perttir
5y ago
The main reason why the modern Web GUI frameworks does not always feel good is because they need to support wider ranges of screen sizes, ratios, resolutions, accessibility tools, touch inputs, etc. And web browser/css if pretty good w
13.
▲
by
perttir
6y ago
This is the reason why i chose to use basic cordova instead of ionic in my application. I can't use cool out of the box components when building the UI, but i can implement my own UI components using Vue. There are still some tradeoffs
14.
▲
by
perttir
6y ago
Yeah, if the problem is not acute, usually it's months and months of waiting, now even longer because of the covid.
15.
▲
by
perttir
6y ago
Php supports (somewhat) strictly defined types. You can defined what types/interfaces methods needs to return, what types/interfaces variables must have, what types/interfaces the method arguments needs to have. It also suppo
16.
▲
by
perttir
6y ago
I use php daily. Mostly Symfony/Laravel stuff. There are still some stuff it needs what other languages have. (Can't really right now remember all the stuff i stumble upon sometimes which gives me the feeling "damn if i could
17.
▲
by
perttir
7y ago
The devtool is nice nowadays. It supports inspecting websocket messages, log events and has a multi-line support for console.
18.
▲
by
perttir
7y ago
There are a lot of people creating software/specifications without knowing what they are doing and it scares me.
19.
▲
by
perttir
7y ago
You should probably put 'APP_ENV=production' and 'APP_DEBUG=false' to your laravels .env file.
20.
▲
by
perttir
7y ago
Im not sure there ever will be a complete complete oauth2 considering everyone who implement it have their own flavor of it.
21.
▲
by
perttir
7y ago
I contacted similar Finnish based application about similar issues, where almost everything, including all the user images could have been collected from the json api end point. Their response was that it is not bad system or insecure becau
22.
▲
by
perttir
7y ago
Anybody else has issue with the side banners being on top of the text in the Firefox?
23.
▲
by
perttir
7y ago
Works but it is very slow.
24.
▲
by
perttir
7y ago
They had root account activated in hebe? Am i reading this right? He got an passlist of 5 million users?
25.
▲
by
perttir
7y ago
It is a tool that make some jobs easier. Just like vue/react is an tool which makes some jobs easier. You just need to know when to pick the right tool for the job.
26.
▲
by
perttir
7y ago
The phone which send data to Chinese servers, were using firmware/software version only used in Chinese market. There were some faulty phones in wrong market where the firmware was using the "chinese version."
27.
▲
by
perttir
8y ago
That's small money for the Google. Last year they gave Google €4.34bn fine and in year 2017 they gave Google €2.42bn fine.
28.
▲
by
perttir
8y ago
They were setting chrome as default browser in android. Also they did not allow chaning the default search engine so easily.
29.
▲
by
perttir
8y ago
This is why most of people love i3 as tiling wm. Just put it in top of gnome/xfce/whatever, run the first installation wizard and you are done.