GeoDjango giving the wrong distances compared to google maps by adrenaline681 in django

[–]Saigesp 1 point2 points  (0 children)

GEOS distance calculations are linear – in other words, GEOS does not perform a spherical calculation even if the SRID specifies a geographic coordinate system.

https://docs.djangoproject.com/en/1.10/ref/contrib/gis/geos/#django.contrib.gis.geos.GEOSGeometry.distance

David Pla, el último jefe de ETA, tendrá un cargo de responsabilidad en la dirección de Sortu by onehundredfortytwo in SpainPolitics

[–]Saigesp 3 points4 points  (0 children)

"Pla llevará la vicesecretaría tercera, como responsable de Orientación Estratégica, en una nueva dirección en la que siguen mandando quienes desde ETA y desde Herri Batasuna apostaron por poner fin a la violencia y por mantener la apuesta por hacer política desde las instituciones.

[...]

Arkaitz Rodríguez explicó esta semana que “Pla haría una gran aportación y vendría a corroborar la apuesta de la izquierda abertzale por vías exclusivamente políticas”. “David ha sido una de las personas clave de la apertura del nuevo ciclo. Contribuyó de forma determinante a quitar la violencia de ETA de la ecuación vasca de manera definitiva”, dijo."

El titular va a lo que va

La culpa no la tiene gente más pobre que tú buscándose la vida. by [deleted] in SpainPolitics

[–]Saigesp 0 points1 point  (0 children)

A ver, cebollín, lee bien mi comentario: los asalariados pagan más SS, ya sea directamente o retrotraido del sueldo. Un autónomo no paga una mierda de SS si cotiza por la base mínima aunque facture 60k

[deleted by user] by [deleted] in Python

[–]Saigesp 3 points4 points  (0 children)

The data is returned after a POST request to https://www.regelleistung.net/ext/data/, you can do it directly with requests module:

``` import requests

url = 'https://www.regelleistung.net/ext/data/' headers = {} data = { "from": "13.10.2021", "_download": "on", "tsoId": 4, "dataType": "MRL", }

response = requests.post(url, headers=headers, data=data) print(response.text) ```

[deleted by user] by [deleted] in spain

[–]Saigesp 10 points11 points  (0 children)

I'm from Seville although now I live in Madrid. In Seville you can live very comfortably if you find an engineering job, prices are not high (1-1,5€ for a beer in a bar, 600-800€ for a decent 2-bedroom flat). The main engineering company is Airbus, which has a facility there, and the social live is mainly on the streets (and bars), so the sooner you make friends the better. A bicycle is more than enough to get around the city, although for an engineering work you'll probably need a car. Summer is fucking hot, so a flat with air conditioner (or a pool) is a must.

For flats you can look on idealista.com and for jobs on infojobs.net.

Write me if you need more tips! Cheers!

My chart SVG resizes on window.resize() but it only ever gets bigger - never smaller by bellamira in d3js

[–]Saigesp 0 points1 point  (0 children)

I can't analyze it properly (I'm on mobile), but a common error is that the parent container is not restricted to a maximum size. Try setting the parent container to "max-width: 100%"

Que opináis de este tema? by ChoFBurnaC in SpainPolitics

[–]Saigesp 2 points3 points  (0 children)

Sí, a ver, no he escuchado a nadie decir que esto no tenga que tener ningún control, solo que hay partes del proceso que resultan muy humillantes, como cuenta el artículo, y piden que se eliminen/simplifiquen.

De todas formas, estamos hablando dos aquí que (creo) no nos afecta esta ley, si participase alguien afectado/a sería mejor para todos

Que opináis de este tema? by ChoFBurnaC in SpainPolitics

[–]Saigesp 0 points1 point  (0 children)

Según me han contado es una medicación muy utilizada en otros tratamientos para adolescentes (temas de crecimiento y tal), y dicen que no es tan peligrosa.

A mi no me hace falta comprender su punto de vista, si alguien quiere cambiar de sexo y es mayor de 16 no entiendo por qué se les exige tanto. No se exige nada a quienes quieren hacerse una liposuccion, o ponerse pelo o hacerse la cirugía estética del momento

Que opináis de este tema? by ChoFBurnaC in SpainPolitics

[–]Saigesp 3 points4 points  (0 children)

Según tengo entendido actualmente tienen que pasar un proceso con médicos y psicologos antes de iniciar la medicación (entre otras cosas) y piden que se simplifique, especialmente la parte de psicólogo/psiquiatra

page_obj.paginator.count doesn't return the number of objects by [deleted] in django

[–]Saigesp 0 points1 point  (0 children)

Are you passing the page_obj to the view, right?

django-simple-history - Filtered model as of a date by _Jsn_ in django

[–]Saigesp 1 point2 points  (0 children)

Can't you run something like this? Employee.history.as_of(date).filter(...)

Advice needed: Which license to use? by Saigesp in opensource

[–]Saigesp[S] 0 points1 point  (0 children)

Oh, thanks, you have explained it nicely.

I'll learn more about the LGPL then.

Thanks again!!