-
Recent Posts
- Software developer images with DALL-E 3
- java.lang.IllegalArgumentException: The Unicode character [デ] at code point [12,487] cannot be encoded as it is outside the permitted range of 0 to 255
- Framework Laptop Review
- Software developer images with DALL-E 2
- Svg-based 3D model in OpenSCAD via Inkscape/DXF
Archives
Categories
Meta
Author Archives: Sti
Upgrading a Lenovo Ideapad Y580 notebook
Software needs good hardware, so if you accidentally own a Lenovo Ideapad Y580 notebook, here’s what hardware worked fine for me RAM upgrade from 8GB (2x4GB Ramaxel, came with the notebook) to 16 GB: Corsair Vengeance 16GB (2x8GB) DDR3 1600 … Continue reading
Posted in Computer
Leave a comment
“You don’t currently have permission to access this folder”
“You don’t currently have permission to access this folder” – this error happens sometimes on my Windows 7 machine – seemingly in conjunction with cygwin – somehow the ownership of folders/directories gets broken. Here’s the command to fix this quickly … Continue reading
Posted in Uncategorized
Leave a comment
Ambiguous method overloading for method in Grails Spock Test
In case you run into the following exception when using mocks in a Spock test: groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method java.lang.Integer#multiply. Cannot resolve which method to invoke for [null] due to overlapping prototypes between: [class java.lang.Character] [class java.lang.Number] It … Continue reading
Posted in Software
Leave a comment
My First Real Shellshock
Apart from a harmless backping immediately after the shellshock vulnerability became known, here’s now the first time that I noticed an actual exploit. (There may have been others that went unnoticed who might have just used some http headers). This … Continue reading
Posted in Software
2 Comments
Grails – Error creating URL for parameters – UnsupportedEncodingException
Recently (with Grails 2.4.2) an exception popped up in the logs Caused by: org.codehaus.groovy.grails.web.servlet.mvc.exceptions.ControllerExecutionException: Error creating URL for parameters [{language=en, id=256, controller=gallery, action=ajaxLoadMoreDesigns}], problem encoding URL part [en]: ‘UTF-8’ .. Caused by: java.io.UnsupportedEncodingException: ‘UTF-8’ at java.net.URLEncoder.encode(URLEncoder.java:215) … 9 more for … Continue reading
Posted in Uncategorized
Leave a comment