Viewing profile — perttir
perttir
HN member- Joined
- Wed, Feb 13, 2019, 10:21 AM UTC
- HN karma
- 50
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About perttir
No profile information was provided.
Recent public activity
-
comment
Comment #34773790
> 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…
-
comment
Comment #34721389
Laravel! https://laravel.com/docs/9.x#laravel-the-fullstack-framework
-
comment
Comment #34326057
I used to develop Apache Cordova application that had strong obfuscation using javascript-obfuscator. Apple didn't care.
-
comment
Comment #30347238
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 m…
-
comment
Comment #29917917
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 slug…
-
comment
Comment #29315688
I fixed some of the slowness issues in my application by writing a nice little cache adapter between my application and Dexiejs.
-
comment
Comment #29263538
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.
-
comment
Comment #28997399
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 whe…
- comment
-
comment
Comment #27205683
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 …
-
comment
Comment #26979995
If the attacker can replace the code inside your web application, then you have security issues somewhere else than in your application.
-
comment
Comment #26721615
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, …
-
comment
Comment #25505371
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 …
-
comment
Comment #25007658
Yeah, if the problem is not acute, usually it's months and months of waiting, now even longer because of the covid.
-
comment
Comment #23077908
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 …
-
comment
Comment #23077668
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 sometime…
-
comment
Comment #21912232
The devtool is nice nowadays. It supports inspecting websocket messages, log events and has a multi-line support for console.
-
comment
Comment #21780712
There are a lot of people creating software/specifications without knowing what they are doing and it scares me.
-
comment
Comment #21752417
You should probably put 'APP_ENV=production' and 'APP_DEBUG=false' to your laravels .env file.
-
comment
Comment #20857494
Im not sure there ever will be a complete complete oauth2 considering everyone who implement it have their own flavor of it.
-
comment
Comment #20652847
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. Th…
-
comment
Comment #19664569
Anybody else has issue with the side banners being on top of the text in the Firefox?
-
comment
Comment #19664420
Works but it is very slow.
-
comment
Comment #19642888
They had root account activated in hebe? Am i reading this right? He got an passlist of 5 million users?
-
comment
Comment #19631569
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.